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

Re: Zsh completion configuration



> Rehash doesn't reload functions, nor does it reset completion definitions
> (the _comps variable).  To install just the one function, use compdef as
> a command.  To reload the entire completion system, delete ~/.zcompdump
> and run "compinit" (which has the effect of executing a whole bunch of
> "compdef" commands computed from the #compdef lines).
>
> --
> Barton E. Schaefer

It worked like a charm.

Thanks,
Joe



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