zsh:funcs:pgrep: Format + rephrase comment
This commit is contained in:
@@ -493,9 +493,8 @@ pgrep() {
|
||||
return
|
||||
fi
|
||||
|
||||
# If NO_EXTENDED_GLOB were set, the substitution would not work leading to
|
||||
# the `grep` being listed as well.
|
||||
# Set UNSET so that no arguments can be specified leading to `grep ""`
|
||||
# - Set EXTENDED_GLOB for the `b` globbing flag.
|
||||
# - Set UNSET so that no arguments can be specified leading to `grep ""`
|
||||
# matching everything, as `ps aux` without pipe would be my desired
|
||||
# behavior.
|
||||
emulate -L zsh -o extendedglob -o unset
|
||||
|
||||
Reference in New Issue
Block a user