Better resilience to missing components, have zplug handle loading of ~/.zsh/interactive scripts

This commit is contained in:
Danielle McLean 2016-10-02 19:13:42 +11:00
parent df6164e3aa
commit b825210c29
No known key found for this signature in database
GPG key ID: CC91589719027E94
4 changed files with 6 additions and 5 deletions

View file

@ -1 +1 @@
for f in ~/.zsh/login/*; source $f
for f in ~/.zsh/login/*(-.N); source $f