Skip to content

Instantly share code, notes, and snippets.

@stphnclysmth
Created September 10, 2013 14:58
Show Gist options
  • Save stphnclysmth/6510674 to your computer and use it in GitHub Desktop.
Save stphnclysmth/6510674 to your computer and use it in GitHub Desktop.
Csh-style variable exports in Zsh
# CSH-style variable exports
setenv () { typeset -x "${1}${1:+=}${(@)argv[2,$#]}" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment