diff --git a/bash/.bash_functions b/bash/.bash_functions index 6c153ca..8d00356 100644 --- a/bash/.bash_functions +++ b/bash/.bash_functions @@ -5,7 +5,7 @@ killport () { lsof -ti ":$1" | xargs kill -9; } ssh() { tmux rename-window "$*" command ssh "$@" - exit + # exit } # Creates a new directory and immediately changes into it