zshrc.preload actually, so zeesh can see conda if it exists

This commit is contained in:
Nicole O'Connor 2023-06-30 16:23:45 -07:00
parent ba91da045c
commit 45e90a1baa
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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