Created
August 19, 2014 12:56
-
-
Save Rojo/b8340ab717ccee65a28f to your computer and use it in GitHub Desktop.
.zlogin && .zshrc for RVM
This file contains hidden or 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
# /home/$USER/.zlogin | |
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* | |
# /home/$USER/.zshrc | |
ZSH_THEME=avit | |
plugins=(rails3 gitfast git-extras ruby bower bundler command-not-found common-aliases npm rvm sublime) | |
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment