From 45e90a1baa266f4674947d66850e2fa61f347021 Mon Sep 17 00:00:00 2001 From: Nicole O'Connor Date: Fri, 30 Jun 2023 16:23:45 -0700 Subject: [PATCH] zshrc.preload actually, so zeesh can see conda if it exists --- modules/conda.zsh | 2 +- zshrc-stub | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/conda.zsh b/modules/conda.zsh index 3856f50..d9c78e1 100644 --- a/modules/conda.zsh +++ b/modules/conda.zsh @@ -1,6 +1,6 @@ # Note: location of conda can be unpredictable; user is expected to # run `conda init zsh` as normal then move resulting .zshrc -# modifications to .zshrc.local +# modifications to .zshrc.preload # recommended settings for .condarc: # auto_assign_base: false diff --git a/zshrc-stub b/zshrc-stub index abfa2a0..4e19e2c 100644 --- a/zshrc-stub +++ b/zshrc-stub @@ -26,5 +26,6 @@ fpath=( ~/.local/share/zeesh/plugins "${fpath[@]}" ) +[[ -f ~/.zshrc.preload ]] && source ~/.zshrc.preload source ~/.local/share/zeesh/zeesh.zsh [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local \ No newline at end of file