Skip to content

Instantly share code, notes, and snippets.

@nquinlan
Created February 18, 2014 04:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save nquinlan/9064779 to your computer and use it in GitHub Desktop.
Save nquinlan/9064779 to your computer and use it in GitHub Desktop.
# in your .bash_profile / .bashrc
alias pushit='git push && open http://www.youtube.com/watch?v=vCadcBR95oU'
# to get the file into your .bash_profile
echo "alias pushit='git push && open http://www.youtube.com/watch?v=vCadcBR95oU'" >> .bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment