From 3cd761254a06e531199f0eba65702e783dafa01f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 6 Jul 2025 19:16:29 +0200 Subject: [PATCH] alias/pgrep --- sh/alias/pgrep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/alias/pgrep.sh b/sh/alias/pgrep.sh index 72de025..9f04267 100644 --- a/sh/alias/pgrep.sh +++ b/sh/alias/pgrep.sh @@ -1,5 +1,5 @@ # look for a string in processes names -pg() { a__proc_grep "${@}"; } +#= pg a__proc_grep() { pgrep \ --list-full \