We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae6f41 commit c6ab4eeCopy full SHA for c6ab4ee
dotfiles/sh_config.d/41.homebrew_github.sh
@@ -31,6 +31,9 @@ case $(setuptype) in
31
;;
32
esac
33
34
+# Disable Homebrew environment hints
35
+export HOMEBREW_NO_ENV_HINTS=1
36
+
37
# Configure Homebrew GitHub token if provided via environment
38
# This helps avoid GitHub API rate limits when installing from Homebrew
39
if command -v brew &> /dev/null; then
0 commit comments