s/miniconda/miniforge/g
This commit is contained in:
parent
171c727754
commit
e01e420f4d
2 changed files with 4 additions and 7 deletions
|
@ -41,8 +41,8 @@ export TMUX_TMPDIR='/tmp'
|
|||
typeset -gU cdpath fpath mailpath path
|
||||
|
||||
check_paths=(
|
||||
# miniconda
|
||||
/opt/miniconda3/bin
|
||||
# conda and friends
|
||||
/opt/miniforge3/bin
|
||||
|
||||
# macports
|
||||
/opt/local/bin
|
||||
|
@ -77,7 +77,5 @@ for fp in $check_paths; do
|
|||
done
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue