Update dotfiles/.local/share/chezmoi/home/dot_zshrc

This commit is contained in:
Brian Zalewski 2022-11-23 00:21:08 +00:00
parent e661cd73c6
commit bed6cd0a53

View file

@ -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.