mirror of
https://github.com/conda-incubator/conda-zsh-completion.git
synced 2026-08-20 00:48:25 +08:00
Correct comment alignment.
This commit is contained in:
2
_conda
2
_conda
@@ -185,7 +185,7 @@ __conda_envs(){
|
|||||||
|
|
||||||
conda_exec=$(which conda)
|
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
|
if [[ ${${conda_exec}#*"homebrew"} != ${conda_exec} ]]; then
|
||||||
conda_path="/opt/homebrew/Caskroom/miniconda/base/envs"
|
conda_path="/opt/homebrew/Caskroom/miniconda/base/envs"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user