conf2/zsh/.zshrc

5 lines
54 B
Bash
Raw Normal View History

2018-06-13 19:38:45 +00:00
for file in ~/.zshrc.d/*; do
source "$file"
done