diff --git a/share/functions/sgrep.fish b/share/functions/sgrep.fish index c3515787a..77acc9293 100644 --- a/share/functions/sgrep.fish +++ b/share/functions/sgrep.fish @@ -1,5 +1,5 @@ function sgrep -d "Call grep without honoring GREP_OPTIONS settings" set -l GREP_OPTIONS - grep $argv -end \ No newline at end of file + command grep $argv +end