zsh-users / zsh-completions

Additional completion definitions for Zsh.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manual installation

hinell opened this issue · comments

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.