zshrc.preload actually, so zeesh can see conda if it exists
This commit is contained in:
parent
ba91da045c
commit
45e90a1baa
@ -1,6 +1,6 @@
|
|||||||
# Note: location of conda can be unpredictable; user is expected to
|
# Note: location of conda can be unpredictable; user is expected to
|
||||||
# run `conda init zsh` as normal then move resulting .zshrc
|
# run `conda init zsh` as normal then move resulting .zshrc
|
||||||
# modifications to .zshrc.local
|
# modifications to .zshrc.preload
|
||||||
|
|
||||||
# recommended settings for .condarc:
|
# recommended settings for .condarc:
|
||||||
# auto_assign_base: false
|
# auto_assign_base: false
|
||||||
|
@ -26,5 +26,6 @@ fpath=(
|
|||||||
~/.local/share/zeesh/plugins
|
~/.local/share/zeesh/plugins
|
||||||
"${fpath[@]}"
|
"${fpath[@]}"
|
||||||
)
|
)
|
||||||
|
[[ -f ~/.zshrc.preload ]] && source ~/.zshrc.preload
|
||||||
source ~/.local/share/zeesh/zeesh.zsh
|
source ~/.local/share/zeesh/zeesh.zsh
|
||||||
[[ -f ~/.zshrc.local ]] && source ~/.zshrc.local
|
[[ -f ~/.zshrc.local ]] && source ~/.zshrc.local
|
Loading…
Reference in New Issue
Block a user