Add system location for RVM
This commit is contained in:
parent
b10a7577ef
commit
d912fb54c3
1
zshenv
1
zshenv
@ -36,4 +36,5 @@ if (( $+commands[fd] )); then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
# 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")
|
[[ -d "$HOME/.rvm/bin" ]] && path+=("$HOME/.rvm/bin")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user