Update dotfiles/.local/share/chezmoi/home/dot_zshrc
This commit is contained in:
parent
e661cd73c6
commit
bed6cd0a53
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue