Fix MacOS weird PATH manipulation via /etc/zprofile
This commit is contained in:
parent
f55005deca
commit
ce298af068
1 changed files with 3 additions and 0 deletions
|
@ -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() :
|
||||
|
|
Loading…
Reference in a new issue