From 2c116ac1fe4d8b49c11352e9521f435cfba57eca Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Mon, 28 Jan 2019 16:45:36 +0800 Subject: [PATCH] Add PATH for rvm. --- .bashrc.local | 1 + .zshrc.local | 1 + 2 files changed, 2 insertions(+) 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