mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
quick and dirty fix for deprecated grep_options env var
This commit is contained in:
parent
75b9030f48
commit
9cd0e7b655
1 changed files with 3 additions and 0 deletions
|
|
@ -26,3 +26,6 @@ alias grep="grep $GREP_OPTIONS"
|
||||||
unset GREP_OPTIONS
|
unset GREP_OPTIONS
|
||||||
unset VCS_FOLDERS
|
unset VCS_FOLDERS
|
||||||
unfunction grep-flag-available
|
unfunction grep-flag-available
|
||||||
|
|
||||||
|
alias grep="/usr/bin/grep $GREP_OPTIONS"
|
||||||
|
unset GREP_OPTIONS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue