From 0bdf369c8a0cfd7aab604668341393cf95829274 Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Sat, 14 Feb 2015 18:20:07 +0100 Subject: [PATCH] fixup syntax --- _conda | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 #