diff --git a/.bash_extra b/.bash_extra index 4609b4e..d85647c 100644 --- a/.bash_extra +++ b/.bash_extra @@ -130,6 +130,9 @@ function ssh { tmux rename-window ""${@: -1}"" fi command ssh "$@" + if [ -n "${TMUX}" ]; then + tmux rename-window "`hostname -f`" + fi } function gcm { # übergibt alle argumente an git commit -m als commit nachricht