No description
In mise PR https://github.com/jdx/mise/pull/6755, a change was made that impacts $PATH ordering of paths that were added before the current shell process. This orders paths added via .zshenv after everything else. actvate_aggressive solves the problem for now, but other solutions should be investigated: 1. Is this bad behavior by mise? 2. Should $PATH setting be done differently? * .zshenv paths already cause problems with MacOSX (path_helper sorting) * Maybe .zpath and then source that from .zshenv if we're in an ssh session? |
||
|---|---|---|
| home | ||
| .chezmoiroot | ||
| bootstrap | ||
| Brewfile | ||
| README.md | ||
dotfiles
Personal dotfiles managed via chezmoiz.
Installation
cd $HOME
sh -c "$(curl -fsSL https://git.atomaka.com/atomaka/dotfiles/raw/branch/master/bootstrap)"