From 5e9d927d4bdbe4db20218be4f8f22ddc65f8f3f3 Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Sun, 24 Mar 2024 12:00:35 +0100 Subject: posix --- Common/bashrc.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Common/bashrc.m4') 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 -- cgit v1.2.3