From f724950654a021855636a033af33060409b9034d Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Fri, 31 Jul 2015 16:55:11 -0400 Subject: [PATCH] Changes --- shells/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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