Danielle McLean
8273e0ce15
.zshenv still needs to live in ~ for bootstrapping, but everything else is now squirrelled away in ~/.config/zsh instead. Note that zplug still lives in ~/.zplug - it should be relocated too but hasn't been yet.
1 line
40 B
Bash
1 line
40 B
Bash
for f in $ZDOTDIR/all/*(-.N); source $f
|