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.