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 <