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 histappend
|
||||||
shopt -s globstar 2>/dev/null # Bash 4 and above only
|
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/git/gitrc
|
||||||
source $DOT_FILES/bash/aliases
|
source $DOT_FILES/bash/aliases
|
||||||
|
|
||||||
export VCPROMPT=~/.config/misc/vcprompt.py
|
export VCPROMPT=~/.config/misc/vcprompt.py
|
||||||
|
|
||||||
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm
|
|
Loading…
Reference in New Issue