diff --git a/dotfiles/zshrc b/dotfiles/zshrc index accf82c..9fd2675 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -157,3 +157,11 @@ source ~/.aliases.private neofetch dh + +ssh() { + tmux rename-window "$*" + command ssh "$@" +# echo "Counting to 60" +# sleep 60 && exit + tmux rename-window "zsh" +}