mirror of
https://github.com/conda-incubator/conda-zsh-completion.git
synced 2026-03-04 06:14:59 +08:00
fix typo, thanks to @texastony
This commit is contained in:
2
_conda
2
_conda
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user