Disable Homebrew hints

bladee.bsky.social 8a71e5bb 4331d288

verified
Changed files
+1
dot_config
private_fish
+1
dot_config/private_fish/config.fish.tmpl
···
# Set up Homebrew.
set -x HOMEBREW_NO_INSTALL_CLEANUP 1
set -x HOMEBREW_NO_ANALYTICS 1
+
set -x HOMEBREW_NO_ENV_HINTS 1
eval ({{ $brewPath | quote }} shellenv)
{{ end -}}