Fix MacOS weird PATH manipulation via /etc/zprofile

This commit is contained in:
Tony Blyler 2022-08-22 23:15:29 -04:00
parent f55005deca
commit ce298af068

View file

@ -65,3 +65,6 @@ if command -v fzf &> /dev/null && command -v ag &> /dev/null; then
fi
typeset -U path
# this is a hack to prevent MacOS from being smarter than us for PATH settings
/usr/libexec/path_helper() :