zsh-completions
zsh-completions copied to clipboard
Manual installation
autoload -Uz compinit
compinit
The code above actually initializes fpath functions.
Please, update #manual installation guide
I have autoload -Uz compinit and the compinit line, however i am till getting the following error:
export $fpath export: not valid in this context: ~/.repos/zsh-completions/src/
@johnmmcgee I don't think that you have to export this one.