diff --git a/dotfiles/zshrc.d/rvm.zsh b/dotfiles/zshrc.d/rvm.zsh new file mode 100644 index 0000000..0caba15 --- /dev/null +++ b/dotfiles/zshrc.d/rvm.zsh @@ -0,0 +1,4 @@ +# Enable RVM if available +if [[ -s ${HOME}/.rvm/scripts/rvm ]] ; then + source ${HOME}/.rvm/scripts/rvm +fi