[bugfix] ssh rename

This commit is contained in:
Klesh Wong 2021-02-02 15:53:03 +08:00
parent 899210e4a5
commit 33b2b1b976

View File

@ -62,7 +62,7 @@ if status is-interactive
if test -n "$TMUX"
function ssh
tmux rename-window $argv[1]
tmux rename-window $argv[-1]
command ssh $argv
tmux setw automatic-rename
end