fish-shell/share/functions/__fish_sgrep.fish

6 lines
122 B
Fish
Raw Normal View History

function __fish_sgrep -d "Call grep without honoring GREP_OPTIONS settings"
set -l GREP_OPTIONS
command grep $argv
end