diff --git a/.bashrc.local b/.bashrc.local index ad19254..98ddb35 100644 --- a/.bashrc.local +++ b/.bashrc.local @@ -19,3 +19,7 @@ if [ -d "${HOME}/.rbenv" ]; then export PATH="${HOME}/.rbenv/bin:${PATH}" eval "$(rbenv init - --no-rehash)" fi +# +if [ -d "${HOME}/.rvm" ]; then + source "${HOME}/.rvm/scripts/rvm" +fi diff --git a/.zshrc.local b/.zshrc.local index ef5a4f2..26900a9 100644 --- a/.zshrc.local +++ b/.zshrc.local @@ -19,3 +19,7 @@ if [ -d "${HOME}/.rbenv" ]; then export PATH="${HOME}/.rbenv/bin:${PATH}" eval "$(rbenv init - --no-rehash)" fi +# +if [ -d "${HOME}/.rvm" ]; then + source "${HOME}/.rvm/scripts/rvm" +fi