From e659596c611d12140d465f100a683c840f3461d2 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Fri, 4 May 2012 14:57:35 -0500 Subject: [PATCH] fixing path, adding rvm --- zsh/zshrc.symlink | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index bec02f5..cad26e0 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -24,7 +24,13 @@ compinit export EDITOR='vim' +export PATH=/usr/local/bin:$PATH + # check for custom bin directory and add to path if [[ -d ~/bin ]]; then export PATH=~/bin:$PATH fi + +# load RVM +[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" +