Created
November 30, 2012 01:58
-
-
Save amccloud/4173286 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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