Skip to content

Instantly share code, notes, and snippets.

@evblurbs
Created October 27, 2014 07:23
Show Gist options
  • Save evblurbs/4505c05c782262a4003c to your computer and use it in GitHub Desktop.
Save evblurbs/4505c05c782262a4003c to your computer and use it in GitHub Desktop.
evblurbs' .bash_profile
export PATH="/usr/local/mysql/bin:$PATH":/Users/ev_blurbs/Sites/adt-bundle/sdk/platform-tools:/Users/ev_blurbs/Sites/adt-bundle/sdk/tools:~/Scripts
## Aliases
alias goto_cc="cd /Volumes/Macintosh\ HD/Users/ev_blurbs/Sites/products/coachcheetah.com/coach-cheetah"
alias gcb="gcb.sh"
alias dwf="dwf.sh"
alias hack="hack.sh"
alias crb="crb.sh"
alias drb="drb.sh"
alias deploy="git push heroku master"
alias migrate="heroku run rake db:migrate"
alias hdm="deploy && migrate"
## #Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"
## Load git completion
if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fi
## Add git prompt
source ~/.git-prompt.sh
PS1="[\[\033[32m\]\w]\[\033[0m\]\$(__git_ps1)\n\[\033[1;36m\]\u\[\033[32m\]$ \[\
\033[0m\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment