diff --git a/.bashrc.local b/.bashrc.local index 98ddb35..10dbc95 100644 --- a/.bashrc.local +++ b/.bashrc.local @@ -21,5 +21,6 @@ if [ -d "${HOME}/.rbenv" ]; then fi # if [ -d "${HOME}/.rvm" ]; then + export PATH="${HOME}/.rvm/bin:${PATH}" source "${HOME}/.rvm/scripts/rvm" fi diff --git a/.zshrc.local b/.zshrc.local index 26900a9..c65c44f 100644 --- a/.zshrc.local +++ b/.zshrc.local @@ -21,5 +21,6 @@ if [ -d "${HOME}/.rbenv" ]; then fi # if [ -d "${HOME}/.rvm" ]; then + export PATH="${HOME}/.rvm/bin:${PATH}" source "${HOME}/.rvm/scripts/rvm" fi