diff --git a/common/.profile b/common/.profile index e32b6af..2a5bd9d 100644 --- a/common/.profile +++ b/common/.profile @@ -58,6 +58,13 @@ if [ "$XDG_SESSION_DESKTOP" = "KDE" ]; then export KDEHOME="${XDG_CONFIG_HOME}/KDE" fi +export HOMEBREW_BAT=1 +export HOMEBREW_VEBOSE=1 +export HOMEBREW_NO_ENV_HINTS=1 +export HOMEBREW_NO_ANALYTICS=1 +export HOMEBREW_AUTO_UPDATE_SECS=3600 +export HOMEBREW_CLEANUP_MAX_AGE_DAYS=30 + export GNUPGHOME="${XDG_CONFIG_HOME}/gnupg" export LESSHISTFILE="${XDG_STATE_HOME}/shell/lesshst" export WGETRC="${XDG_CONFIG_HOME}/wgetrc"