From 06a5d5d553bf02824dd1c283fc657c6ed48ea9bb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 4 Nov 2024 18:55:16 -0800 Subject: stop displaying some messages from brew --- nix/profiles/home-manager/shell.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix/profiles/home-manager') diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix index 5258f2f..526e0c6 100644 --- a/nix/profiles/home-manager/shell.nix +++ b/nix/profiles/home-manager/shell.nix @@ -73,6 +73,8 @@ ASPELL_CONF = "conf ${config.xdg.configHome}/aspell/config;"; # for some reason, if I don't set this, zsh is picked up and mess up stuff. SHELL = "${pkgs.fish}/bin/fish"; + # stop bothering me with brew messages + HOMEBREW_NO_AUTO_UPDATE = 1; }; programs.direnv = { -- cgit 1.4.1