Rojo
8/19/2014 - 12:56 PM

.zlogin && .zshrc for RVM

.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