Skip to content

Instantly share code, notes, and snippets.

@MichaelMartinez
Created August 8, 2012 03:27
Show Gist options
  • Select an option

  • Save MichaelMartinez/3291768 to your computer and use it in GitHub Desktop.

Select an option

Save MichaelMartinez/3291768 to your computer and use it in GitHub Desktop.
zshrc
export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/X11/bin
export NODE_PATH=/usr/local/lib/node_modules
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
[[ -s "/Users/michaelmartinez/.rvm/scripts/rvm" ]] && source "/Users/michaelmartinez/.rvm/scripts/rvm"
Copy link
Copy Markdown

ghost commented Aug 8, 2012

% typeset -TU EGTH egth
% export EGTH
% egth=(a b c)
% egth+=(d e)
% echo $EGTH
a:b:c:d:e
%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment