From 6af3cc284fe371a047804b9f5ddcab9ffc0b7845 Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Wed, 11 Feb 2015 16:05:20 +0100 Subject: [PATCH] completion for init --- _conda | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_conda b/_conda index cd7dc82..64db5b6 100644 --- a/_conda +++ b/_conda @@ -212,6 +212,9 @@ case $state in '--remove-key[remove a configuration key (and all its values)]' \ '(-f --force)'{-f,--force}'[write to the config file using the yaml parser]' \ ;; + (init) + _arguments -C $help_opts \ + ;; (*) #_arguments -C $opts _path_files