Skip to content

Instantly share code, notes, and snippets.

@ws
Forked from nquinlan/Pushit.sh
Last active August 29, 2015 13:56
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ws/9064831 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'" >> .zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment