fish: Start tmux sessions on login

This commit is contained in:
Sanchayan Maity 2022-03-17 09:14:06 +05:30
parent f99925d532
commit 5ed0951392
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ function __fish_setup_on_tty_login --description "Set up environment on tty logi
set -gx CLICOLOR 1
set -gx LSCOLORS 'gxfxcxdxbxegedabaggxgx'
# Start all tmux sessions on login
~/.tmux/session-setup.sh
end
# Instead of tty check, we would have liked to do this using status is-login