mirror of
https://github.com/conda-incubator/conda-zsh-completion.git
synced 2026-03-04 14:24:59 +08:00
fixup syntax
This commit is contained in:
4
_conda
4
_conda
@@ -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
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user