Skip to content

Instantly share code, notes, and snippets.

View ws's full-sized avatar

Will Smidlein ws

View GitHub Profile
@ws
ws / Pushit.sh
Last active August 29, 2015 13:56 — forked from nquinlan/Pushit.sh
# 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