s/miniconda/miniforge/g

This commit is contained in:
Matthew Ryan Dillon 2024-01-03 10:15:57 -05:00
parent 171c727754
commit e01e420f4d
2 changed files with 4 additions and 7 deletions

View file

@ -47,11 +47,10 @@ for key ('j') bindkey -M vicmd ${key} history-substring-search-down
unset key
srcs=(
"/opt/miniconda3/etc/profile.d/conda.sh"
"/opt/miniforge3/etc/profile.d/conda.sh"
"/opt/miniforge3/etc/profile.d/mamba.sh"
"$HOME/.cargo/env"
{{ if eq .chezmoi.hostname "rattusrattus" -}}
"$HOME/.zshemulateenergy"
{{- end }}
)
for fp in $srcs; do