From f246585d7eac999e277e075ad3a2e2201ae700ea Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 2 Jan 2012 00:31:14 +0100 Subject: [PATCH] conditional rbenv path in home --- profile | 1 + 1 file changed, 1 insertion(+) diff --git a/profile b/profile index 0400289..db1938c 100644 --- a/profile +++ b/profile @@ -21,6 +21,7 @@ NODE_PATH=/usr/local/lib/node export NODE_PATH # rbenv +test -d "$HOME/.rbenv/bin" && PATH="$HOME/.rbenv/bin:$PATH" which rbenv 2>&1 >/dev/null && eval "$(rbenv init -)" # homebrew python