diff --git a/.bash_extra b/.bash_extra index 51373ca..b5fa250 100644 --- a/.bash_extra +++ b/.bash_extra @@ -126,7 +126,7 @@ function ssh { # benennt das aktuelle tmux-windows nach dem ssh-ziel # baut ssh-verbindung auf if [ -n "${TMUX}" ]; then - tmux rename-window "$*" + tmux rename-window ""${@: -1}"" fi command ssh "$@" }