Removed custom.bash and am now completely ignoring all files within the custom directory. Started de-macify to provide more support for linux (thanks to alsemyonov on github).

This commit is contained in:
Robert R Evans
2010-10-06 17:27:55 -07:00
parent a6d20e67fe
commit c9da086643
11 changed files with 51 additions and 18 deletions

View File

@@ -1,3 +1,5 @@
if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then
. `brew --prefix`/Library/Contributions/brew_bash_completion.sh
fi
if [ `which brew` ]; then
if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then
. `brew --prefix`/Library/Contributions/brew_bash_completion.sh
fi
fi