From ce298af0686b0b9448e36c9499f06a97ee5c3b15 Mon Sep 17 00:00:00 2001 From: Tony Blyler Date: Mon, 22 Aug 2022 23:15:29 -0400 Subject: [PATCH] Fix MacOS weird PATH manipulation via /etc/zprofile --- chezmoi/dot_zshenv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chezmoi/dot_zshenv b/chezmoi/dot_zshenv index e8ea0ab..f24beeb 100644 --- a/chezmoi/dot_zshenv +++ b/chezmoi/dot_zshenv @@ -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() :