Add tmux session
This commit is contained in:
parent
98c545de93
commit
e56612a866
@ -2,6 +2,11 @@
|
|||||||
#fish_vi_key_bindings
|
#fish_vi_key_bindings
|
||||||
fish_default_key_bindings
|
fish_default_key_bindings
|
||||||
|
|
||||||
|
if status is-interactive
|
||||||
|
and not set -q TMUX
|
||||||
|
exec tmux
|
||||||
|
end
|
||||||
|
|
||||||
# Info:
|
# Info:
|
||||||
# https://fishshell.com/docs/current/index.html#variables-for-changing-highlighting-colors
|
# https://fishshell.com/docs/current/index.html#variables-for-changing-highlighting-colors
|
||||||
set fish_color_normal blue
|
set fish_color_normal blue
|
||||||
|
Loading…
Reference in New Issue
Block a user