dotar/bash_profile

12 lines
257 B
Bash
Raw Normal View History

2011-11-18 05:45:33 +08:00
# Load secret stuff that I don't want to share with the world on github :)
if [ -e ~/.secrets ]; then
. ~/.secrets
fi
# Load git completion
. ~/.dotfiles/git-completion.bash
2011-11-18 05:45:33 +08:00
# My aliases and options
. ~/.dotfiles/bash_aliases
. ~/.dotfiles/bash_options