Add tmux session

This commit is contained in:
RealStickman 2020-12-08 12:55:46 +01:00
parent 98c545de93
commit e56612a866

View File

@ -2,6 +2,11 @@
#fish_vi_key_bindings
fish_default_key_bindings
if status is-interactive
and not set -q TMUX
exec tmux
end
# Info:
# https://fishshell.com/docs/current/index.html#variables-for-changing-highlighting-colors
set fish_color_normal blue