From 44b441f2c163c74621f5ea5a372d3526fcd7c46b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 16 Aug 2016 11:15:47 -0700 Subject: [PATCH] Don't run path_helper separately --- dotfiles/lib/shellenv.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/lib/shellenv.sh b/dotfiles/lib/shellenv.sh index 2ea2e01f..35403f9d 100644 --- a/dotfiles/lib/shellenv.sh +++ b/dotfiles/lib/shellenv.sh @@ -121,7 +121,6 @@ function _path_helper { fi } -environment_variable_exists PATH_HELPER_RAN || _path_helper environment_variable_exists ENVIRONMENT_SETUP_DONE || _setup_env # TODO(imalison): These need to run every time because of how their