mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
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:
2
zshenv
2
zshenv
@@ -345,7 +345,7 @@ fi
|
|||||||
path_prepend "$HOME/.local/bin"
|
path_prepend "$HOME/.local/bin"
|
||||||
|
|
||||||
# mise setup
|
# mise setup
|
||||||
export MISE_LIST_ALL_VERSIONS=1
|
export MISE_LIST_ALL_VERSIONS=0
|
||||||
path_prepend "$HOME/.local/share/mise/shims"
|
path_prepend "$HOME/.local/share/mise/shims"
|
||||||
|
|
||||||
# aqua setup
|
# aqua setup
|
||||||
|
|||||||
Reference in New Issue
Block a user