Files
skel/dotfiles/zshrc.d/rvm.zsh
David Tomaschik 7ccc6ec6c0 Add RVM.
2016-02-11 18:00:54 -08:00

5 lines
107 B
Bash

# Enable RVM if available
if [[ -s ${HOME}/.rvm/scripts/rvm ]] ; then
source ${HOME}/.rvm/scripts/rvm
fi