diff --git a/bash/.bash_functions b/bash/.bash_functions index 8d00356..fae1b54 100644 --- a/bash/.bash_functions +++ b/bash/.bash_functions @@ -5,6 +5,7 @@ killport () { lsof -ti ":$1" | xargs kill -9; } ssh() { tmux rename-window "$*" command ssh "$@" + tmux rename-window -t${TMUX_PANE} "`hostname -s`:$0" # exit }