Skip to content

Instantly share code, notes, and snippets.

@gaving
Created July 23, 2010 09:43
Show Gist options
  • Save gaving/487224 to your computer and use it in GitHub Desktop.
Save gaving/487224 to your computer and use it in GitHub Desktop.
http://www.zsh.org/mla/users/2003/msg00167.html
zcalc () { print $(( ans = ${@:-ans} )) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment