ssh: exit entfernt

This commit is contained in:
Michael Grote 2021-08-26 12:28:50 +02:00
parent 1355fbefc0
commit ed5aafdc97

View file

@ -12,5 +12,4 @@ function psk {
ssh() { #() ist die kurzform von function
tmux rename-window "$*"
command ssh "$@"
exit
}