From ea55e5128eb88b4834627dadc69853341caf68a0 Mon Sep 17 00:00:00 2001 From: Alexander Simonov Date: Tue, 24 May 2011 11:11:42 +0300 Subject: [PATCH] Do not load PATH again --- plugins/osx/osx.plugin.zsh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index 3f8809893..81eed5e92 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -2,11 +2,6 @@ function savepath() { pwd > ~/.current_path~ } -# load base PATH -if [ -x /usr/libexec/path_helper ]; then - eval `/usr/libexec/path_helper -s` -fi - function tab() { savepath osascript >/dev/null <