This PR clarifies the installation instructions, following discussion on the #zsh freenode IRC channel between esc, apjanke, Mikachu, and gloomy.
compinit conda isn't a thing; compinit doesn't take any arguments, and ignores them if you supply them
Clarifies that you really should put the $fpath modifications in your ~/.zshrc so they're picked up every time the shell starts, instead of just running them once.
Mentions ~/.zcompdump* as something you might need to blow away to reset your completion state.
This PR clarifies the installation instructions, following discussion on the
#zsh
freenode IRC channel between esc, apjanke, Mikachu, and gloomy.compinit conda
isn't a thing;compinit
doesn't take any arguments, and ignores them if you supply them$fpath
modifications in your~/.zshrc
so they're picked up every time the shell starts, instead of just running them once.~/.zcompdump*
as something you might need to blow away to reset your completion state.