From 41c8b9778683cf6db382c6bf9cf334aaab7afe13 Mon Sep 17 00:00:00 2001 From: Andrejus Date: Thu, 12 Feb 2026 10:14:40 +0000 Subject: [PATCH] fix: brew no suggestions --- files/home/.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/files/home/.profile b/files/home/.profile index bac6d74..f11dae2 100644 --- a/files/home/.profile +++ b/files/home/.profile @@ -9,6 +9,7 @@ export PAGER=less # Homebrew export HOMEBREW_NO_ANALYTICS=1 +export HOMEBREW_NO_ENV_HINTS=1 # PATH setup with caching _dots_path_cache="${XDG_CACHE_HOME:-$HOME/.cache}/dots/path"