This commit is contained in:
Austen Adler 2015-07-31 16:55:11 -04:00
parent 14b0b4b9bd
commit f724950654

View File

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