Skip to content

Instantly share code, notes, and snippets.

@Rojo
Created August 19, 2014 12:56
Show Gist options
  • Save Rojo/b8340ab717ccee65a28f to your computer and use it in GitHub Desktop.
Save Rojo/b8340ab717ccee65a28f to your computer and use it in GitHub Desktop.
.zlogin && .zshrc for RVM
# /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