Clean up modules and loading

This commit is contained in:
crater2150 2019-02-11 15:36:37 +01:00
parent 4af5440511
commit 6c3826e32d
11 changed files with 57 additions and 174 deletions

View file

@ -38,7 +38,7 @@ done
for dir in $ZFUNCTIONPATH; do
if [ -d $dir ]; then
for i in $dir/*~*.zwc(N:t); do
autoload -Uz $i && $i
autoload -Uz $i
done
fi
done