aboutsummaryrefslogtreecommitdiff
path: root/Common
diff options
context:
space:
mode:
Diffstat (limited to 'Common')
-rw-r--r--Common/bashrc.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/Common/bashrc.m4 b/Common/bashrc.m4
index 524bf83..a2f60b9 100644
--- a/Common/bashrc.m4
+++ b/Common/bashrc.m4
@@ -17,6 +17,8 @@ if [ ! -f ~/.dotfiles_env ]; then
echo "export GIT_AUTHOR_EMAIL=\"DT_GIT_EMAIL\"" >> ~/.dotfiles_env
fi
+export XDG_CONFIG_HOME="${HOME}/.config"
+
# Source env setup file
source ~/.dotfiles_env