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

[zsh] zshrc - remove automated config edit by rvm

This commit is contained in:
Hyacinthe Cartiaux 2023-01-12 23:52:19 +01:00
parent 86126fedaf
commit 1bed1e3b6f

View file

@ -163,5 +163,3 @@ alias -g NE="2> /dev/null" # Redirect stderr to /dev/null
eval $(dircolors --sh) eval $(dircolors --sh)
export GREP_COLORS='mt=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"