Add system location for RVM

This commit is contained in:
Daniel Lynn 2023-01-19 11:41:44 -06:00
parent b10a7577ef
commit d912fb54c3
Signed by: daniel
GPG Key ID: 28496A140E180A9D

1
zshenv
View File

@ -36,4 +36,5 @@ if (( $+commands[fd] )); then
fi
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
[[ -d "/usr/share/rvm/bin" ]] && path+=("/usr/share/rvm/bin")
[[ -d "$HOME/.rvm/bin" ]] && path+=("$HOME/.rvm/bin")