1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[zsh] GREP_COLOR is deprecated

This commit is contained in:
Hyacinthe Cartiaux 2022-09-12 10:38:26 +02:00
parent be59cdc228
commit 86126fedaf

View file

@ -161,4 +161,7 @@ alias -g NE="2> /dev/null" # Redirect stderr to /dev/null
#
eval $(dircolors --sh)
export GREP_COLOR=31
export GREP_COLORS='mt=31'
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"