Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: process completion



> The nicely aligned process list is the default way processes are
> completed using the new style completion. If you are using the new style
> at home it is probably because you are using a Linux distribution where
> they have enabled it by default. It is enabled with the following two
> lines:
>
> 	autoload -U compinit
> 	compinit
>

When I do that, I get the following error:

compinit:20: compinit: function definition file not found

I compiled zsh with --disable-dynamic so shouldn't
it have everything it already needs? Or is there
something else I'm forgetting to do?

Jeff "Shippy" Shipman     E-Mail: shippy@xxxxxxx
Computer Science Major    ICQ: 1786493
New Mexico Institute of Mining and Technology
Homepage: http://www.nmt.edu/~shippy



Messages sorted by: Reverse Date, Date, Thread, Author