mirror of https://github.com/bjeanes/dotfiles.git
Move RVM to be the very last thing included in bashrc and zshrc
parent
1ce8f7e159
commit
8e341a0243
|
@ -29,4 +29,7 @@ shopt -s checkwinsize
|
|||
shopt -s histappend
|
||||
shopt -s globstar 2>/dev/null # Bash 4 and above only
|
||||
|
||||
complete -C $DOT_FILES/bash/rake-completion.rb -o default rake}
|
||||
complete -C $DOT_FILES/bash/rake-completion.rb -o default rake}
|
||||
|
||||
# RVM
|
||||
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm
|
||||
|
|
|
@ -8,6 +8,4 @@ source $DOT_FILES/bash/exports
|
|||
source $DOT_FILES/git/gitrc
|
||||
source $DOT_FILES/bash/aliases
|
||||
|
||||
export VCPROMPT=~/.config/misc/vcprompt.py
|
||||
|
||||
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm
|
||||
export VCPROMPT=~/.config/misc/vcprompt.py
|
Loading…
Reference in New Issue