diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index 81eed5e92..3f8809893 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -2,6 +2,11 @@ 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 <