From 134872ec902a0b616c0a94966e457032de32774a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 30 Jan 2015 20:08:51 -0800 Subject: [PATCH] ooops... --- dotfiles/lib/shellenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/shellenv.sh b/dotfiles/lib/shellenv.sh index 53bf1c1e..19a2575a 100644 --- a/dotfiles/lib/shellenv.sh +++ b/dotfiles/lib/shellenv.sh @@ -48,5 +48,5 @@ function with_shellrc { export RBENV_ROOT=/usr/local/var/rbenv export PATH="$HOME/.rbenv/bin:$PATH" -hash rbenv > /dev/null && eval "$(rbenv init -)" +hash rbenv 2> /dev/null && eval "$(rbenv init -)" test -e /usr/libexec/path_helper && eval `/usr/libexec/path_helper -s`