fish: Start tmux sessions on login
This commit is contained in:
parent
f99925d532
commit
5ed0951392
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue