sc2027
This commit is contained in:
parent
12305d96c1
commit
73ee870834
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue