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

@ -41,8 +41,8 @@ export TMUX_TMPDIR='/tmp'
typeset -gU cdpath fpath mailpath path typeset -gU cdpath fpath mailpath path
check_paths=( check_paths=(
# miniconda # conda and friends
/opt/miniconda3/bin /opt/miniforge3/bin
# macports # macports
/opt/local/bin /opt/local/bin
@ -77,7 +77,5 @@ for fp in $check_paths; do
done done
export -U PATH export -U PATH
export CONDA_ENVS_PATH=$HOME/.conda/envs:/opt/miniconda3/envs
export CONDA_PKGS_DIRS=$HOME/.conda/pkgs
export RIPGREP_CONFIG_PATH=$HOME/.ripgreprc export RIPGREP_CONFIG_PATH=$HOME/.ripgreprc

View file

@ -47,11 +47,10 @@ for key ('j') bindkey -M vicmd ${key} history-substring-search-down
unset key unset key
srcs=( 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" "$HOME/.cargo/env"
{{ if eq .chezmoi.hostname "rattusrattus" -}}
"$HOME/.zshemulateenergy" "$HOME/.zshemulateenergy"
{{- end }}
) )
for fp in $srcs; do for fp in $srcs; do