rbenv detection

This commit is contained in:
Loic Nageleisen 2011-12-31 17:26:13 +01:00
parent 413326d1f3
commit 921ee8fad4

View file

@ -21,7 +21,7 @@ NODE_PATH=/usr/local/lib/node
export NODE_PATH
# rbenv
eval "$(rbenv init -)"
which rbenv 2>&1 >/dev/null && eval "$(rbenv init -)"
# homebrew python
test -d /usr/local/share/python && PATH="/usr/local/share/python:$PATH"