From 23c472d555a7fccd1438e1b416b2cc5ee7abeca8 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 8 Dec 2024 18:36:49 +0100 Subject: [PATCH] set homebrew no hints --- dot_config/fish/private_config.fish.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/fish/private_config.fish.tmpl b/dot_config/fish/private_config.fish.tmpl index c71e143..4f19ba6 100644 --- a/dot_config/fish/private_config.fish.tmpl +++ b/dot_config/fish/private_config.fish.tmpl @@ -14,6 +14,7 @@ set -gx RUSTC_WRAPPER sccache set -gx VIRTUAL_ENV_DISABLE_PROMPT 1 +set -gx HOMEBREW_NO_ENV_HINTS 1 set -gx LANG en_US.UTF-8