Skip to content

Instantly share code, notes, and snippets.

@amccloud
Created November 30, 2012 01:58
Show Gist options
  • Save amccloud/4173286 to your computer and use it in GitHub Desktop.
Save amccloud/4173286 to your computer and use it in GitHub Desktop.
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
chflags nohidden $HOME/Library
export EDITOR="subl -w"
export ARCHFLAGS="-arch x86_64"
export PYTHONDONTWRITEBYTECODE=1
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment