diff options
| author | 2022-03-02 19:42:01 -0500 | |
|---|---|---|
| committer | 2022-03-02 19:42:01 -0500 | |
| commit | e8caa378bf15e43a7bdf35236d51037d8b26299f (patch) | |
| tree | 3029cc0e3575d632fbdd7cef3d0ae063c08b73fb /dot_config/private_fish | |
| parent | add fossil-st (diff) | |
fish/ugrep: remove pgrep alias
Diffstat (limited to 'dot_config/private_fish')
| -rw-r--r-- | dot_config/private_fish/plug/ugrep.fish | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dot_config/private_fish/plug/ugrep.fish b/dot_config/private_fish/plug/ugrep.fish index afc2250..2a2b8b3 100644 --- a/dot_config/private_fish/plug/ugrep.fish +++ b/dot_config/private_fish/plug/ugrep.fish @@ -2,13 +2,11 @@ type -qf ugrep || exit alias grep 'ugrep -G' alias egrep 'ugrep -E' alias fgrep 'ugrep -F' -alias pgrep 'ugrep -P' alias xgrep 'ugrep -W' alias zgrep 'ugrep -zG' alias zegrep 'ugrep -zE' alias zfgrep 'ugrep -zF' -alias zpgrep 'ugrep -zP' alias zxgrep 'ugrep -zW' alias xdump 'ugrep -X ""' |
