Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-09 | zprofile: check brew binary before executing brew shellenv | Tobias Klauser | 1 | -2/+2 | |
2022-08-07 | zprofile/80_homebrew: invoke correct brew command depending on location | Tobias Klauser | 1 | -1/+5 | |
2022-08-07 | zprofile: move homebrew setup | Tobias Klauser | 1 | -0/+10 | |
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 |