mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-13 01:41:01 +08:00
6 lines
122 B
Fish
6 lines
122 B
Fish
![]() |
|
||
|
function __fish_sgrep -d "Call grep without honoring GREP_OPTIONS settings"
|
||
|
set -l GREP_OPTIONS
|
||
|
command grep $argv
|
||
|
end
|