Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: autoload
On Sep 17, 4:06pm, Ray Andrews wrote:
} Subject: Re: autoload
}
} But I didn't create those files. They're dated August 31 which seems
} to be common to most of the files in the distro as I downloaded it. Is
} this something to do with Debian?
Possibly. I've never installed a pure Debian distro, only Ubuntu.
} I tried deleting all of them which resulted in ~/.zsh-default-functions.zwc
} being created, but zero length and of course nothing worked.
That's a little confusing since with :t in there you at least got an
attempt to read _bootctl so there must be some function files.
What does
() { emulate -L zsh -o extendedglob; print -lR $^fpath/*~*.zwc(N.:A) | head }
output, if placed early in your startup files (before you do any of your
own changes to $fpath)?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author