diff --git a/_conda b/_conda index a03bf03..fbb4acb 100644 --- a/_conda +++ b/_conda @@ -10,14 +10,14 @@ # This completion depends on Python for a json parser, sorry. Unfortunately # there is no such thing in zsh (yet). # -# To use this completion drop it somewhere in you $fpath, e.g.: +# To use this completion drop it somewhere in you '$fpath', e.g.: # # $ git clone $CLONEURL # $ fpath+=$PWD/conda-zsh-completion # $ compinit conda # # To activate the completion cache for packages, add the following to your -# .zshrc: +# '.zshrc': # # zstyle ':completion::complete:*' use-cache 1 #