mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-14 19:19:29 +00:00
[zsh] Update antigen commands
This commit is contained in:
parent
4909688364
commit
45a8630adc
1 changed files with 2 additions and 3 deletions
5
.zshrc
5
.zshrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue