Disable homebrew hints
This commit is contained in:
parent
7011f7fcdb
commit
4492a2d942
1 changed files with 4 additions and 1 deletions
|
|
@ -24,7 +24,10 @@
|
|||
file.".hushlogin".text = "";
|
||||
|
||||
## Mute direnv output
|
||||
sessionVariables.DIRENV_LOG_FORMAT = "";
|
||||
sessionVariables = {
|
||||
DIRENV_LOG_FORMAT = "";
|
||||
HOMEBREW_NO_ENV_HINTS = "1";
|
||||
};
|
||||
|
||||
shellAliases = {
|
||||
"yt" = "yt-dlp"; # Download video
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue