Correct comment alignment.

This commit is contained in:
Daniel Guger
2024-04-15 15:17:49 +02:00
committed by GitHub
parent 9180020084
commit e4b35ef823

2
_conda
View File

@@ -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