We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zsh-completions is being added a zsh plugin here; the instructions of the zsh-completions plugin say that this should not be done (see zsh-users/zsh-completions#603).
zsh-completions
Instead:
Add it to FPATH in your .zshrc by adding the following line before source "$ZSH/oh-my-zsh.sh":
FPATH
.zshrc
source "$ZSH/oh-my-zsh.sh"
fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src
The text was updated successfully, but these errors were encountered:
No branches or pull requests
zsh-completions
is being added a zsh plugin here; the instructions of the zsh-completions plugin say that this should not be done (see zsh-users/zsh-completions#603).Instead:
Add it to
FPATH
in your.zshrc
by adding the following line beforesource "$ZSH/oh-my-zsh.sh"
:The text was updated successfully, but these errors were encountered: