From ed5aafdc974d1083543fac2bac13c91b75fc35a1 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 26 Aug 2021 12:28:50 +0200 Subject: [PATCH] ssh: exit entfernt --- .bash_functions | 1 - 1 file changed, 1 deletion(-) diff --git a/.bash_functions b/.bash_functions index a9bdfee..34d0f28 100644 --- a/.bash_functions +++ b/.bash_functions @@ -12,5 +12,4 @@ function psk { ssh() { #() ist die kurzform von function tmux rename-window "$*" command ssh "$@" - exit }