mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-07 15:31:14 -03: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 |