mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merged custom and lib.
This commit is contained in:
parent
59789f8c8c
commit
e9d2eee6e3
10 changed files with 130 additions and 169 deletions
|
|
@ -1,4 +1,8 @@
|
|||
if [[ "$DISABLE_COLOR" != "true" ]]; then
|
||||
[[ -z "$GREP_OPTIONS" ]] && export GREP_OPTIONS='--color=auto'
|
||||
[[ -z "$GREP_COLOR" ]] && export GREP_COLOR='1;32'
|
||||
export GREP_OPTIONS='--color=auto'
|
||||
export GREP_COLOR='37;45'
|
||||
else
|
||||
export GREP_OPTIONS='--color=none'
|
||||
export GREP_COLOR=''
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue