refactoring

This commit is contained in:
Loic Nageleisen 2012-08-09 15:37:56 +02:00
parent 53b18ca0db
commit f699a87614
24 changed files with 67 additions and 57 deletions

13
bash/profile Normal file
View file

@ -0,0 +1,13 @@
## bash_profile
# handle .profile too
. ~/.profile
# homebrew bash autocompletion
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi
# execute bashrc
[ -n "$BASH" ] && . ~/.bashrc