1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30

feat(homebrew): Configure HomeBrew with env variables

This commit is contained in:
Pratik Tripathy
2024-07-07 20:03:49 +05:30
parent 8c088e37d1
commit 1094014803
+7
View File
@@ -58,6 +58,13 @@ if [ "$XDG_SESSION_DESKTOP" = "KDE" ]; then
export KDEHOME="${XDG_CONFIG_HOME}/KDE" export KDEHOME="${XDG_CONFIG_HOME}/KDE"
fi 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 GNUPGHOME="${XDG_CONFIG_HOME}/gnupg"
export LESSHISTFILE="${XDG_STATE_HOME}/shell/lesshst" export LESSHISTFILE="${XDG_STATE_HOME}/shell/lesshst"
export WGETRC="${XDG_CONFIG_HOME}/wgetrc" export WGETRC="${XDG_CONFIG_HOME}/wgetrc"