From 9f697505bc3cda6018944873c2268d1387446e60 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Mon, 16 Dec 2024 06:55:55 +0100 Subject: [PATCH] changed directory for override files --- dot_config/zsh/dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/zsh/dot_zshrc.tmpl b/dot_config/zsh/dot_zshrc.tmpl index 22100ac..97baf62 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -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")"