diff --git a/zshenv b/zshenv index 068d0d4..191bedb 100644 --- a/zshenv +++ b/zshenv @@ -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")