mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Add __fish_sgrep
Missed in b85a8bb because of `git commit -a`. Fixes #2372
This commit is contained in:
parent
b85a8bbbfe
commit
bffeb664cc
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…
x
Reference in New Issue
Block a user