changed directory for override files

This commit is contained in:
Nikolas Weger 2024-12-16 06:55:55 +01:00
parent f225beb9a0
commit 9f697505bc

View file

@ -42,7 +42,7 @@ source "$ZDOTDIR"/files/aliases.zsh
source "$ZDOTDIR"/files/sshcomp.zsh
# local overrides
for sourced in "$XDG_DATA_HOME"/zsh/files/*; do source $sourced; done
for sourced in "$XDG_DATA_HOME"/zsh/*; do source $sourced; done
# theme
eval "$(oh-my-posh init zsh --config="$XDG_CACHE_HOME/oh-my-posh/themes/emodipt-extend.omp.json")"