Skip to content

Instantly share code, notes, and snippets.

@ryanj
Forked from nquinlan/Pushit.sh
Last active August 29, 2015 13:56
Show Gist options
  • Save ryanj/9065881 to your computer and use it in GitHub Desktop.
Save ryanj/9065881 to your computer and use it in GitHub Desktop.
pushit command, modified for linux (vlc / cvlc)
# in your .bash_profile / .bashrc
alias pushit='git push && cvlc http://www.youtube.com/watch?v=vCadcBR95oU'
# to get the file into your .bash_profile
echo "alias pushit='git push && cvlc 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