zshrc.preload actually, so zeesh can see conda if it exists
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
		Reference in New Issue
	
	Block a user