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

Re: Multi-Minute Startup?



On Aug 7,  4:52pm, Aaron Davies wrote:
}
} so presumably ~/.zshenv would work. however, putting
} 
} zstyle ':completion:*' users
} zstyle ':completion:*' groups
} 
} in ~/.zshenv doesn't seem to help.

You have to supply the name of at least one user and one group.  Try
something like this:

zstyle ':completion:*' users $LOGNAME
zstyle ':completion:*' groups $(groups)



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