mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Renamed lib/ to functions/ and renamed files inside of it.
This commit is contained in:
parent
00d4f280ae
commit
3fd9cf9f86
13 changed files with 2 additions and 2 deletions
12
lib/grep.zsh
12
lib/grep.zsh
|
|
@ -1,12 +0,0 @@
|
|||
if [[ "$DISABLE_COLOR" != 'true' ]]; then
|
||||
if [[ -z "$GREP_OPTIONS" ]]; then
|
||||
export GREP_OPTIONS='--color=auto'
|
||||
fi
|
||||
if [[ -z "$GREP_COLOR" ]]; then
|
||||
export GREP_COLOR='37;45'
|
||||
fi
|
||||
else
|
||||
export GREP_OPTIONS='--color=none'
|
||||
export GREP_COLOR=''
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue