Load autoenv plugin later to make build-dir ready

This commit is contained in:
Kenneth Benzie 2020-07-08 16:06:14 +01:00
parent 81657d6f50
commit 6d92a82d8c

6
zshrc
View File

@ -21,9 +21,6 @@ source-plugin zsh-history-substring-search
# Command syntax highlighting # Command syntax highlighting
source-plugin zsh-syntax-highlighting source-plugin zsh-syntax-highlighting
# Automatically source .enter and .exit scripts on cd
source-plugin autoenv
# Build system helper commands # Build system helper commands
source-plugin build source-plugin build
@ -33,6 +30,9 @@ source-plugin sandbox
# Various shell utilities # Various shell utilities
source-plugin utilities source-plugin utilities
# Automatically source .enter and .exit scripts on cd
source-plugin autoenv
# Layout tmux window commands # Layout tmux window commands
[ "$TMUX" != "" ] && source-plugin layout [ "$TMUX" != "" ] && source-plugin layout