Remove automatic tmux again

This commit is contained in:
RealStickman 2020-12-12 17:16:31 +01:00
parent 7b13b6db2b
commit 0f8f644b73

View File

@ -2,10 +2,10 @@
#fish_vi_key_bindings #fish_vi_key_bindings
fish_default_key_bindings fish_default_key_bindings
if status is-interactive #if status is-interactive
and not set -q TMUX #and not set -q TMUX
exec tmux # exec tmux
end #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