mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
parent
75f1e36b44
commit
dcc081a594
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
|
# This function is deprecated. Do not introduce new uses. Use the `string` command instead.
|
||||||
function __fish_sgrep -d "Call grep without honoring GREP_OPTIONS settings"
|
function __fish_sgrep -d "Call grep without honoring GREP_OPTIONS settings"
|
||||||
set -l GREP_OPTIONS
|
set -l GREP_OPTIONS
|
||||||
command grep $argv
|
command grep $argv
|
||||||
|
|
Loading…
Reference in a new issue