2010-06-26 11:05:10 +10:00
|
|
|
export CURRENT_SHELL=`which bash`
|
2010-06-25 17:02:29 +10:00
|
|
|
export DOT_FILES=$HOME/.config
|
2010-06-26 11:05:10 +10:00
|
|
|
|
2010-06-27 01:12:01 +10:00
|
|
|
# All things that are both ZSH and Bash compatible
|
2010-06-29 22:20:19 +10:00
|
|
|
source $DOT_FILES/shell/common.sh
|
2009-04-26 16:55:34 +10:00
|
|
|
|
2010-06-29 22:20:19 +10:00
|
|
|
# Git completion support in bash
|
|
|
|
source $DOT_FILES/git/git-completion
|
2010-06-28 09:41:56 +10:00
|
|
|
|
|
|
|
# RVM
|
|
|
|
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm
|