mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Don't overwrite environment variables
This commit is contained in:
parent
f6bd937543
commit
533760df9f
2 changed files with 4 additions and 4 deletions
|
|
@ -2,5 +2,5 @@
|
|||
# Color grep results
|
||||
# Examples: http://rubyurl.com/ZXv
|
||||
#
|
||||
export GREP_OPTIONS='--color=auto'
|
||||
export GREP_COLOR='1;32'
|
||||
GREP_OPTIONS=${GREP_OPTIONS:-'--color=auto'}; export GREP_OPTIONS
|
||||
GREP_COLOR=${GREP_COLOR:-'1;32'}; export GREP_COLOR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue