zsh-completions icon indicating copy to clipboard operation
zsh-completions copied to clipboard

Manual installation

Open hinell opened this issue 3 years ago • 2 comments

autoload -Uz compinit
compinit

The code above actually initializes fpath functions. Please, update #manual installation guide

hinell avatar Jan 21 '22 22:01 hinell

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 avatar Aug 11 '22 14:08 johnmmcgee

@johnmmcgee I don't think that you have to export this one.

hinell avatar Aug 23 '22 05:08 hinell