Skip to content

Instantly share code, notes, and snippets.

@zph
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zph/9103418 to your computer and use it in GitHub Desktop.
Save zph/9103418 to your computer and use it in GitHub Desktop.
alias idg_restart='idg stop && sleep 2 && idg startup'
alias iss='idg stop && sleep 2 && idg start'
alias issmdot='idg stop && sleep 2 && idg start mdot'
alias ix='idg stop'
alias dns_flush='dscacheutil -flushcache;sudo killall -HUP mDNSResponder'
alias pivotal_number="git rev-parse --abbrev-ref HEAD | egrep -o '\d+'| head -n 1 | tr -d '\n'"
alias pivotal_copy="pivotal_number | pbcopy"
alias jj="jam upgrade && jam install"
alias remove_vcr_cassettes="rm -rf spec/vcr_cassettes/*.yml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment