Add PATH for rvm.

This commit is contained in:
Gea-Suan Lin
2019-01-28 16:45:36 +08:00
parent cca4068169
commit 2c116ac1fe
2 changed files with 2 additions and 0 deletions

View File

@@ -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