From 921ee8fad45808de1a614abb9d0e742e775bf270 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Sat, 31 Dec 2011 17:26:13 +0100 Subject: [PATCH] rbenv detection --- profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile b/profile index 245399a..0400289 100644 --- a/profile +++ b/profile @@ -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"