dotfiles/shell/common.sh

12 lines
492 B
Bash
Raw Normal View History

PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/local/mongodb/bin:/usr/local/pgsql/bin:/usr/X11/bin:/opt/local/bin:${PATH}"
2010-06-29 22:20:19 +10:00
CDPATH=".:${HOME}"
source $DOT_FILES/$CURRENT_SHELL/config.*sh
2010-06-29 22:20:19 +10:00
source $DOT_FILES/shell/exports.sh
source $DOT_FILES/shell/aliases.sh
2010-06-30 21:21:38 +10:00
source $DOT_FILES/shell/functions.sh
2010-06-29 22:20:19 +10:00
source $DOT_FILES/shell/save-directory.sh
source $DOT_FILES/shell/prompt.sh
2010-06-30 17:59:46 +10:00
source $DOT_FILES/shell/git.sh
2010-06-29 22:20:19 +10:00
[[ `uname -s` == 'Darwin' ]] && source $DOT_FILES/shell/osx.sh