summaryrefslogtreecommitdiff
path: root/dot_config/private_fish/plug/ugrep.fish
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-01-18 10:17:07 +0100
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-01-18 10:17:07 +0100
commit0074ea8db7b399c14327f79e663566b43462cdb4 (patch)
tree96045f78f7547623737b010e5ac8533f75afbf2b /dot_config/private_fish/plug/ugrep.fish
parentlsd: add initial config (diff)
fish: remove autosource in favor of the dot function
Diffstat (limited to 'dot_config/private_fish/plug/ugrep.fish')
-rw-r--r--dot_config/private_fish/plug/ugrep.fish17
1 files changed, 0 insertions, 17 deletions
diff --git a/dot_config/private_fish/plug/ugrep.fish b/dot_config/private_fish/plug/ugrep.fish
deleted file mode 100644
index 6a396c4..0000000
--- a/dot_config/private_fish/plug/ugrep.fish
+++ /dev/null
@@ -1,17 +0,0 @@
-type -qf ugrep || return
-alias grep 'ugrep -G'
-alias egrep 'ugrep -E'
-alias fgrep 'ugrep -F'
-alias xgrep 'ugrep -W'
-
-alias zgrep 'ugrep -zG'
-alias zegrep 'ugrep -zE'
-alias zfgrep 'ugrep -zF'
-alias zxgrep 'ugrep -zW'
-
-alias xdump 'ugrep -X ""'
-
-type -qf ug || return
-alias uq 'ug -Q'
-alias ux 'ug -UX'
-alias uz 'ug -z'