diff --git a/share/functions/__fish_sgrep.fish b/share/functions/__fish_sgrep.fish new file mode 100644 index 000000000..36c77389a --- /dev/null +++ b/share/functions/__fish_sgrep.fish @@ -0,0 +1,5 @@ + +function __fish_sgrep -d "Call grep without honoring GREP_OPTIONS settings" + set -l GREP_OPTIONS + command grep $argv +end