This commit is contained in:
Michael Grote 2022-09-01 13:03:58 +02:00
parent 12305d96c1
commit 73ee870834

View file

@ -139,7 +139,7 @@ function ssh {
# benennt das aktuelle tmux-windows nach dem ssh-ziel
# baut ssh-verbindung auf
if [ -n "${TMUX}" ]; then
tmux rename-window ""${@: -1}""
tmux rename-window "${@: -1}"
fi
command ssh "$@"
if [ -n "${TMUX}" ]; then