From dcfacd9b87935f1fdf95bbd0d58bde11a09bd8fa Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Mon, 16 Feb 2015 18:19:24 +0100 Subject: [PATCH] more keys after get should be from the list of exisiting keys --- _conda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_conda b/_conda index cc4f284..147bb10 100644 --- a/_conda +++ b/_conda @@ -460,7 +460,7 @@ case $state in local -a last_item get_opts last_item=$line[$CURRENT-1] if (( ${line[(I)--get]} )) && (( ${__conda_config_keys[(I)$last_item]} )) ; then - get_opts=('*:keys:__conda_describe_config_keys') + get_opts=('*:keys:__conda_describe_existing_config_keys') else get_opts='' fi