From 94eeeb4bc7006d1f4338ef49fa183d9152ce3111 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 24 Aug 2021 08:28:27 +0200 Subject: [PATCH] bash: doku --- .bash_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_functions b/.bash_functions index fcac2d2..a9bdfee 100644 --- a/.bash_functions +++ b/.bash_functions @@ -9,7 +9,7 @@ function rgv { function psk { ps -ef | grep $1 | grep -v grep | awk '{ print $2 }' | xargs kill -9 } -ssh() { +ssh() { #() ist die kurzform von function tmux rename-window "$*" command ssh "$@" exit