We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Zsh completions require completion files to be stored in a directory that is listed in the $fpath variable.
$fpath
The suggested way to load completions using fresh is to add the following to your .zshrc:
.zshrc
# .zshrc fpath=(~/.fresh/build/completion $fpath) autoload -U compinit; compinit
Then direct completion files to ~/.fresh/build/completion:
~/.fresh/build/completion
# .freshrc fresh zsh-users/zsh-completions src --file=completion/ fresh freshshell/fresh contrib/completion/fresh-completion.zsh --file=completion/_fresh