Skip to content

Instantly share code, notes, and snippets.

@ws
Forked from nquinlan/Pushit.sh
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save ws/9064831 to your computer and use it in GitHub Desktop.

Select an option

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