Skip to content

Instantly share code, notes, and snippets.

@jeremyckahn
Created February 16, 2011 05:45
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 jeremyckahn/828937 to your computer and use it in GitHub Desktop.
Save jeremyckahn/828937 to your computer and use it in GitHub Desktop.
For Mac.
export PATH=$HOME/local/node/bin:$PATH
alias ls='ls -lah'
alias closure='java -jar ~/Documents/Tools/compiler-latest/compiler.jar'
alias svnaddall='svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2}' | xargs svn add'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment