This commit is contained in:
David Tomaschik
2016-02-11 18:00:54 -08:00
parent ab6b1784bd
commit 7ccc6ec6c0

4
dotfiles/zshrc.d/rvm.zsh Normal file
View File

@@ -0,0 +1,4 @@
# Enable RVM if available
if [[ -s ${HOME}/.rvm/scripts/rvm ]] ; then
source ${HOME}/.rvm/scripts/rvm
fi