Skip to content

Commit 165e5f0

Browse files
committed
feat: add comment to debugging sourcing file
1 parent 983a61d commit 165e5f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

chezmoi/dot_config/zsh/dot_zshrc.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ config_dirs=("$HOME/.config/zsh/conf.d")
100100
for dir in "${config_dirs[@]}"; do
101101
[ -d "$dir" ] || continue
102102
for file in "$dir"/*.{zsh,sh}(.N) "$dir"/*/*.{zsh,sh}(.N); do
103+
# echo "Loading config file: $file" >&2 # uncomment this for debugging
103104
source "$file"
104105
done
105106
done

0 commit comments

Comments
 (0)