chore(mise): switch to default binary install path

This resolves issues with VSCode sometimes not finding the mise executable within the custom path.
This commit is contained in:
2025-05-26 01:15:28 +01:00
parent 6ca847f9bc
commit 1e536231f1
2 changed files with 2 additions and 4 deletions

3
zshenv
View File

@@ -341,12 +341,11 @@ else
export RUSTC_WRAPPER=""
fi
# ~/.local/bin used by some tools (pipx, lunar, toml-sort, etc.)
# ~/.local/bin used by some tools (mise, pipx, lunar, toml-sort, etc.)
path_prepend "$HOME/.local/bin"
# mise setup
export MISE_LIST_ALL_VERSIONS=1
path_prepend "$HOME/.local/share/mise/bin"
path_prepend "$HOME/.local/share/mise/shims"
# aqua setup