fixup syntax

This commit is contained in:
Valentin Haenel
2015-02-14 18:20:07 +01:00
parent 7470c19795
commit 0bdf369c8a

4
_conda
View File

@@ -10,14 +10,14 @@
# This completion depends on Python for a json parser, sorry. Unfortunately # This completion depends on Python for a json parser, sorry. Unfortunately
# there is no such thing in zsh (yet). # 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 # $ git clone $CLONEURL
# $ fpath+=$PWD/conda-zsh-completion # $ fpath+=$PWD/conda-zsh-completion
# $ compinit conda # $ compinit conda
# #
# To activate the completion cache for packages, add the following to your # To activate the completion cache for packages, add the following to your
# .zshrc: # '.zshrc':
# #
# zstyle ':completion::complete:*' use-cache 1 # zstyle ':completion::complete:*' use-cache 1
# #