conf2/zsh/.zshrc
2018-06-13 21:38:45 +02:00

5 lines
54 B
Bash

for file in ~/.zshrc.d/*; do
source "$file"
done