From 3d0dd858a617aeb998420c349ad47df5653b85ca Mon Sep 17 00:00:00 2001 From: 1334 <1334@shadowproject.net> Date: Tue, 18 Nov 2014 13:24:12 +0100 Subject: [PATCH] fix path for rbenv --- .bashrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.bashrc b/.bashrc index dfcd18f..a911295 100644 --- a/.bashrc +++ b/.bashrc @@ -1,15 +1,12 @@ # custom prompt export PS1='[\u@\h \W$(vcprompt -f " (%b%m)" -M "*")]$ ' -# use homebrew's rbenv -export RBENV_ROOT=/usr/local/var/rbenv +# custom PATH +export PATH="bin:$HOME/.rbenv/bin:/usr/local/bin:~/bin:/usr/local/heroku/bin:$PATH" # To enable rbenv shims and autocompletion if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi -# custom PATH -export PATH="bin:/usr/local/bin:~/bin:/usr/local/heroku/bin:$PATH" - export EDITOR=vim if command -v brew 2>/dev/null; then