Skip to content

Commit

Permalink
Load rbenv in zshenv
Browse files Browse the repository at this point in the history
  • Loading branch information
dira committed Oct 11, 2011
1 parent df4ae16 commit 2b22bc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .zshenv
@@ -0,0 +1,2 @@
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
4 changes: 1 addition & 3 deletions .zshrc
Expand Up @@ -26,6 +26,4 @@ plugins=(git)
source $ZSH/oh-my-zsh.sh

# Customize to your needs...
export PATH=~/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
export PATH=~/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:$PATH

0 comments on commit 2b22bc2

Please sign in to comment.