Add rbenv init to zshenv so vim detects paths properly

pull/2/head
Bodaniel Jeanes 2011-11-23 08:32:43 -06:00
parent 41f09b5cfc
commit 89bd577b20
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
which rbenv &>/dev/null || return
eval "$(rbenv init - zsh)"