From bed6cd0a530f796cc49cfc3b16f12f3d64960350 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 23 Nov 2022 00:21:08 +0000 Subject: [PATCH] Update dotfiles/.local/share/chezmoi/home/dot_zshrc --- dotfiles/.local/share/chezmoi/home/dot_zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/.local/share/chezmoi/home/dot_zshrc b/dotfiles/.local/share/chezmoi/home/dot_zshrc index 7e09c7ce..2c494601 100644 --- a/dotfiles/.local/share/chezmoi/home/dot_zshrc +++ b/dotfiles/.local/share/chezmoi/home/dot_zshrc @@ -8,8 +8,9 @@ export LC_ALL="en_US.UTF-8" export BASH_SUPPORT=true ### Import Common Settings +export XDG_CONFIG_HOME="$HOME/.config" if [ -f "$HOME/.config/shell/profile" ]; then - . "$HOME/.config/shell/profile" + . "$XDG_CONFIG_HOME/shell/profile" fi ### Misc.