From d1857306031456e97d6e192156990f55467bb300 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 26 Jan 2015 01:56:00 -0800 Subject: [PATCH] path helper in shellenv. --- dotfiles/lib/shellenv.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/lib/shellenv.sh b/dotfiles/lib/shellenv.sh index f2ac7365..51b2d71f 100644 --- a/dotfiles/lib/shellenv.sh +++ b/dotfiles/lib/shellenv.sh @@ -49,3 +49,4 @@ export RBENV_ROOT=/usr/local/var/rbenv export PATH="$HOME/.rbenv/bin:$PATH" eval "$(rbenv init -)" +eval `/usr/libexec/path_helper -s`