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