diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2022-08-07 15:31:05 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2022-08-07 15:33:23 +0200 |
commit | 9fad37e621e12a0e67001868fa72d99c5cca045b (patch) | |
tree | abf8892af7649ea8728a149bcc9d7926fe45d651 | |
parent | f2bed6d6c118229a30c7a4cb3830afabd0f160c2 (diff) |
zprofile: move homebrew setup
Adding homebrew specific $PATH entries needs to be done in .zprofile
rather than .zshenv in order to override path initialization done by
path_helper on macOS, see
https://apple.stackexchange.com/questions/432226/homebrew-path-set-in-zshenv-is-overridden
-rw-r--r-- | .zsh/zprofile/80_homebrew (renamed from .zsh/zshenv/80_homebrew) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/.zsh/zshenv/80_homebrew b/.zsh/zprofile/80_homebrew index 13150f7..13150f7 100644 --- a/.zsh/zshenv/80_homebrew +++ b/.zsh/zprofile/80_homebrew |