From 0074ea8db7b399c14327f79e663566b43462cdb4 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Wed, 18 Jan 2023 10:17:07 +0100 Subject: fish: remove autosource in favor of the dot function --- dot_config/private_fish/plug/ugrep.fish | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 dot_config/private_fish/plug/ugrep.fish (limited to 'dot_config/private_fish/plug/ugrep.fish') 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' -- cgit v1.2.3