Created
March 19, 2014 15:03
-
-
Save 4fthawaiian/9643587 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
branch_weekly () | |
{ | |
echo "Creating new weekly branch.."; | |
git checkout -b `week`; | |
git push origin `week` | |
} | |
alias node='env NODE_NO_READLINE=1 rlwrap -p Green -S "node >>> " node' | |
alias week='date +%yw%V' | |
alias mvim='open -a MacVim ' | |
alias ll='ls -al' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment