mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 19:03:38 +08:00
5 lines
106 B
Fish
5 lines
106 B
Fish
|
|
||
|
function sgrep -d "Call grep without honoring GREP_OPTIONS settings"
|
||
|
set -l GREP_OPTIONS
|
||
|
grep $argv
|
||
|
end
|