dotfiles/home/.zshrc

4 lines
57 B
Bash
Raw Permalink Normal View History

for file in ~/.config/zsh/*.zsh; do
source "$file"
done