add(tmux, fish): tmux_home

This commit is contained in:
Léana 江 2023-10-29 11:42:16 +01:00 committed by Léana 江
parent c75c92254f
commit b2c6b0ce6d
3 changed files with 34 additions and 0 deletions

View file

@ -49,6 +49,12 @@ if status is-interactive
# tools
starship init fish | source
# call tmux_home
if [ -z $TMUX ]
tmux attach-session -t "home"
end
end
# iTerm2 intergration