mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
fish: launch new tmux sessions in $HOME
This commit is contained in:
parent
4093e0f908
commit
bc5c5083a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue