diff --git a/shells/zshrc b/shells/zshrc index c4e08ae..b1a82cd 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -1,4 +1,5 @@ export HISTFILE=$HOME/.zsh_history +for config (~/.zsh/*.zsh) source $config ZSH_THEME="af-magic" source "$HOME/.antigen/antigen.zsh" # Uncomment the following line to enable command auto-correction. @@ -239,4 +240,3 @@ antigen bundle zsh-users/zsh-syntax-highlighting printf "applying..." antigen apply echo "done" -for config (~/.zsh/*.zsh) source $config