Skip to content

Commit

Permalink
fix path for rbenv
Browse files Browse the repository at this point in the history
  • Loading branch information
1334 committed Nov 18, 2014
1 parent ed95457 commit 3d0dd85
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .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
Expand Down

0 comments on commit 3d0dd85

Please sign in to comment.