fish: launch new tmux sessions in $HOME

This commit is contained in:
John Bowdre 2024-04-24 09:16:27 -05:00
parent 4093e0f908
commit bc5c5083a8

View file

@ -77,7 +77,7 @@
# Launch tmux
''
if not set -q TMUX
tmux attach-session -t $(hostname -s) || tmux new-session -s $(hostname -s)
tmux attach-session -t $(hostname -s) || tmux new-session -s $(hostname -s) -c $HOME
end
'' +
# Open command buffer in vim when alt+e is pressed