mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +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
|
# Launch tmux
|
||||||
''
|
''
|
||||||
if not set -q 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
|
end
|
||||||
'' +
|
'' +
|
||||||
# Open command buffer in vim when alt+e is pressed
|
# Open command buffer in vim when alt+e is pressed
|
||||||
|
|
Loading…
Reference in a new issue