diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-03-24 12:00:35 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-03-24 12:00:35 +0100 |
commit | 5e9d927d4bdbe4db20218be4f8f22ddc65f8f3f3 (patch) | |
tree | bd846a60781ce487c71aaa0e75aeb134517e9e37 /Common/bashrc.m4 | |
parent | 9dc2225bf7b01965caca30756c94acd1b9460e1f (diff) | |
download | dotfiles-5e9d927d4bdbe4db20218be4f8f22ddc65f8f3f3.tar.gz dotfiles-5e9d927d4bdbe4db20218be4f8f22ddc65f8f3f3.zip |
posix
Diffstat (limited to 'Common/bashrc.m4')
-rw-r--r-- | Common/bashrc.m4 | 2 |
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 |