Disable homebrew hints

This commit is contained in:
Jan Kremer 2026-03-22 11:37:34 +01:00
parent 7011f7fcdb
commit 4492a2d942
No known key found for this signature in database

View file

@ -24,7 +24,10 @@
file.".hushlogin".text = ""; file.".hushlogin".text = "";
## Mute direnv output ## Mute direnv output
sessionVariables.DIRENV_LOG_FORMAT = ""; sessionVariables = {
DIRENV_LOG_FORMAT = "";
HOMEBREW_NO_ENV_HINTS = "1";
};
shellAliases = { shellAliases = {
"yt" = "yt-dlp"; # Download video "yt" = "yt-dlp"; # Download video