forget RVM, use rbenv instead
This commit is contained in:
parent
7eba14a7a5
commit
63c669c44d
1 changed files with 1 additions and 8 deletions
|
|
@ -68,14 +68,7 @@ else
|
|||
export VISUAL=vi
|
||||
fi
|
||||
|
||||
# Load RVM into a shell session *as a function*
|
||||
if [[ -s "~/.rvm/scripts/rvm" ]]; then
|
||||
rvm () {
|
||||
unset rvm
|
||||
. ~/.rvm/scripts/rvm
|
||||
rvm "$@"
|
||||
}
|
||||
fi
|
||||
eval "$(rbenv init -)"
|
||||
|
||||
# 2. Limits
|
||||
# =========
|
||||
|
|
|
|||
Loading…
Reference in a new issue