summaryrefslogtreecommitdiff
path: root/dot_config
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_config/private_fish/plug/ugrep.fish2
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 ""'