Skip to content

Instantly share code, notes, and snippets.

@4fthawaiian
Created March 19, 2014 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 4fthawaiian/9643587 to your computer and use it in GitHub Desktop.
Save 4fthawaiian/9643587 to your computer and use it in GitHub Desktop.
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