From 6d92a82d8c2b28f1294b5f9bf3bb7ebf1b9d15f4 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 8 Jul 2020 16:06:14 +0100 Subject: [PATCH] Load autoenv plugin later to make build-dir ready --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 8418175..d8a917e 100644 --- a/zshrc +++ b/zshrc @@ -21,9 +21,6 @@ source-plugin zsh-history-substring-search # Command syntax highlighting source-plugin zsh-syntax-highlighting -# Automatically source .enter and .exit scripts on cd -source-plugin autoenv - # Build system helper commands source-plugin build @@ -33,6 +30,9 @@ source-plugin sandbox # Various shell utilities source-plugin utilities +# Automatically source .enter and .exit scripts on cd +source-plugin autoenv + # Layout tmux window commands [ "$TMUX" != "" ] && source-plugin layout