mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-20 08:49:47 +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 |