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 \