bash: ssh: übergebe nur das letzte argument an ssh
This commit is contained in:
parent
54f53fa33f
commit
5564632a77
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ function ssh {
|
||||||
# benennt das aktuelle tmux-windows nach dem ssh-ziel
|
# benennt das aktuelle tmux-windows nach dem ssh-ziel
|
||||||
# baut ssh-verbindung auf
|
# baut ssh-verbindung auf
|
||||||
if [ -n "${TMUX}" ]; then
|
if [ -n "${TMUX}" ]; then
|
||||||
tmux rename-window "$*"
|
tmux rename-window ""${@: -1}""
|
||||||
fi
|
fi
|
||||||
command ssh "$@"
|
command ssh "$@"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue