dotfiles/shells/bash/bashrc

12 lines
321 B
Bash
Raw Normal View History

2010-06-30 14:50:31 +10:00
export CURRENT_SHELL="bash"
export DOT_FILES=$(dirname $(dirname $(readlink $BASH_SOURCE)))
2010-06-26 11:05:10 +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
2010-06-29 22:20:19 +10:00
# Git completion support in bash
source $DOT_FILES/git/git-completion
# RVM
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm