mirror of
https://github.com/conda-incubator/conda-zsh-completion.git
synced 2026-03-04 06:14:59 +08:00
Also include the content of the default prefix dir without path
This commit is contained in:
2
_conda
2
_conda
@@ -128,7 +128,7 @@ local -A opt_args
|
||||
|
||||
__conda_envs(){
|
||||
local -a envs
|
||||
envs=($(echo base && cat $HOME/.conda/environments.txt | cut -f1 -d' '))
|
||||
envs=($(echo base && ls -1 ${${CONDA_EXE}%bin/conda}/envs && cat ${HOME:?}/.conda/environments.txt | cut -f1 -d' '))
|
||||
_describe -t envs 'conda environments' envs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user