mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 04:58:57 +00:00
Add __fish_sgrep
Missed in b85a8bb
because of `git commit -a`.
Fixes #2372
This commit is contained in:
parent
b85a8bbbfe
commit
bffeb664cc
1 changed files with 5 additions and 0 deletions
5
share/functions/__fish_sgrep.fish
Normal file
5
share/functions/__fish_sgrep.fish
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
function __fish_sgrep -d "Call grep without honoring GREP_OPTIONS settings"
|
||||||
|
set -l GREP_OPTIONS
|
||||||
|
command grep $argv
|
||||||
|
end
|
Loading…
Reference in a new issue