Skip to content

Instantly share code, notes, and snippets.

@daneharrigan
Created September 13, 2011 16:02
Show Gist options
  • Save daneharrigan/1214204 to your computer and use it in GitHub Desktop.
Save daneharrigan/1214204 to your computer and use it in GitHub Desktop.
export CDPATH=$CDPATH:~/Projects/Heroku:~/Projects/Personal
# bash completion
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment