fix typo, thanks to @texastony

This commit is contained in:
Valentin Haenel
2019-03-09 04:58:51 +01:00
parent 80789d3857
commit d5d2b83f80

2
_conda
View File

@@ -488,7 +488,7 @@ case $state in
'*:packages:{__conda_packages_installed $specifier $environment}' \
;;
(config)
# this allows completing multiple keys whet --get is given
# this allows completing multiple keys when --get is given
local -a last_item get_opts
last_item=$line[$CURRENT-1]
if (( ${line[(I)--get]} )) && (( ${__conda_config_keys[(I)$last_item]} )) ; then