adding bash_profile, bashrc, and git-completion.bash

This commit is contained in:
Nick Nisi
2012-04-11 23:50:11 -05:00
parent 589a5ff2b5
commit f3f71e55ea
3 changed files with 2446 additions and 0 deletions

3
bash_profile.bash Normal file
View File

@@ -0,0 +1,3 @@
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi