mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
feat(homebrew): Configure HomeBrew with env variables
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user