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
zshrc
View File

@@ -232,8 +232,7 @@ bindkey "\e[3;3~" kill-word
# ==============================================================================
MISE_HOME="$HOME/.local/share/mise"
MISE_ZSH_INIT="$MISE_HOME/shell/init.zsh"
export MISE_INSTALL_PATH="$MISE_HOME/bin/mise"
export MISE_INSTALL_PATH="$HOME/.local/bin/mise"
if ! command-exists mise; then
read -q 'REPLY?mise is not installed, install with `curl https://mise.run | sh`? [y/N]:' &&