From 5f54ee985284727ac6a6d317fda9c010bce27962 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sun, 5 Mar 2023 17:26:21 +0100 Subject: [PATCH] implemented poor man's pkill (2) disabled SC2009 SC2009 (info): Consider using pgrep instead of grepping ps output --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 57dc334..97329b0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -246,6 +246,7 @@ run 'cut -c3- "$TMUX_CONF" | sh -s _apply_configuration' # } # ;; # *) +# # shellcheck disable=SC2009 # _pkillf() { # while IFS= read -r pid; do # kill "$pid" || true