fix(mise): work around issue with GitHub rate limits

Since v2025.4.3 Mise's MISE_LIST_ALL_VERSIONS env var option seems to make some GitHub API requests without your GITHUB_TOKEN, which leads to rate limit errors very quickly.

But the MISE_LIST_ALL_VERSIONS is typically not needed, so disabling it is an acceptable workaround for now.
This commit is contained in:
2025-06-28 16:12:05 +01:00
parent c2ae58077a
commit 6eb38e87f7

2
zshenv
View File

@@ -345,7 +345,7 @@ fi
path_prepend "$HOME/.local/bin"
# mise setup
export MISE_LIST_ALL_VERSIONS=1
export MISE_LIST_ALL_VERSIONS=0
path_prepend "$HOME/.local/share/mise/shims"
# aqua setup