mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-02-05 16:43:22 +00:00
Init RVM all in one place
This commit is contained in:
parent
9f4fb865a8
commit
0cd2363345
3
.bashrc
3
.bashrc
@ -140,6 +140,7 @@ if [[ -s $HOME/.rvm/scripts/rvm ]]; then
|
||||
source $HOME/.rvm/scripts/rvm
|
||||
# tab completion for RVM
|
||||
[[ -r $rvm_path/scripts/completion ]] && . $rvm_path/scripts/completion
|
||||
PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
|
||||
fi
|
||||
|
||||
# setting up editor if not yet done
|
||||
@ -319,5 +320,3 @@ fi
|
||||
|
||||
# Clean up.
|
||||
unset ps1_user ps1_host ps1_vcs ps_ruby ps1_pwd ps1_ruby script this dir bin
|
||||
|
||||
PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user