From 6eb38e87f744bfa7bf76aa131fe82fa5e998ab4d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 28 Jun 2025 16:12:05 +0100 Subject: [PATCH] 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. --- zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshenv b/zshenv index 8e04774..bfa0ee1 100644 --- a/zshenv +++ b/zshenv @@ -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