From 7ccc6ec6c0183efa866fdca7b65024274740dd8a Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 11 Feb 2016 18:00:54 -0800 Subject: [PATCH] Add RVM. --- dotfiles/zshrc.d/rvm.zsh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dotfiles/zshrc.d/rvm.zsh 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