mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-12 21:52:18 +00:00
fish: name default tmux session for hostname
This commit is contained in:
parent
61980dfb87
commit
4dafacdf9f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue