You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enables and configures smart and extensive tab completion.
This module calls compinit for you. Remove any compinit calls from your
~/.zshrc or other startup files when using this module. An aditional .dat
file is generated by this module to more accurately check if your completion
configuration dumpfile is up-to-date.
Initialize this module after all modules that add completion definitions, like
zsh-users/zsh-completions for example.
By default, the completion configuration is dumped to ${ZDOTDIR:-${HOME}}/.zcompdump.
This file is produced to speed up the completion initialization. The file path
can be customized with the following zstyle:
The completion cache is stored in the ${ZDOTDIR:-${HOME}}/.zcompcache directory
by default. This path can be customized to a proper cache directory with:
You can also configure case sensitivity for completions and globbing by using
zstyle as described below. By default, case is insensitive. To set just
completions to be case sensitive, use: