diff --git a/home/dot_zshenv b/home/dot_zshenv index 31d22ca..994cb80 100644 --- a/home/dot_zshenv +++ b/home/dot_zshenv @@ -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 diff --git a/home/dot_zshrc.tmpl b/home/dot_zshrc.tmpl index a90753c..dd66a90 100644 --- a/home/dot_zshrc.tmpl +++ b/home/dot_zshrc.tmpl @@ -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