[zsh] Update antigen commands

This commit is contained in:
Correl Roush 2017-11-30 10:56:01 -05:00
parent 4909688364
commit 45a8630adc

5
.zshrc
View file

@ -18,8 +18,7 @@ else
# Load the oh-my-zsh library
antigen use oh-my-zsh
# Bundles from the default repo (robbyrussel's oh-my-zsh)
antigen-bundles <<EOF
antigen bundles <<EOF
git
git-extras
@ -35,7 +34,7 @@ EOF
# Themes
# antigen-theme kphoen
antigen-apply
antigen apply
unsetopt correct_all
fi