mirror of
https://github.com/conda-incubator/conda-zsh-completion.git
synced 2026-03-04 06:14:59 +08:00
Correct comment alignment.
This commit is contained in:
2
_conda
2
_conda
@@ -185,7 +185,7 @@ __conda_envs(){
|
||||
|
||||
conda_exec=$(which conda)
|
||||
|
||||
# Detect homebrew installations and set path accordingly.
|
||||
# Detect homebrew installations and set path accordingly.
|
||||
if [[ ${${conda_exec}#*"homebrew"} != ${conda_exec} ]]; then
|
||||
conda_path="/opt/homebrew/Caskroom/miniconda/base/envs"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user