From 0783441938de6bb6108c0660b8564645a9fbd9c7 Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Sat, 2 May 2015 22:59:53 +0200 Subject: [PATCH] document how to develop the completion --- _conda | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_conda b/_conda index d1c7605..de044a6 100644 --- a/_conda +++ b/_conda @@ -26,6 +26,11 @@ # To forcefully clean the completion cache, look in '~/.zcompcache' and remove # file starting with 'conda_'. # +# When developing, you can use the following to reload the completion after +# having modified it: +# +# $ unfunction _conda && autoload -U _conda +# # Please report any issues at: # https://github.com/esc/conda-zsh-completion/issues #