fish: name default tmux session for hostname

This commit is contained in:
John Bowdre 2024-01-18 09:54:01 -06:00
parent 61980dfb87
commit 4dafacdf9f

View file

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