Update dotfiles/.zshrc

This commit is contained in:
Brian Zalewski 2022-11-21 15:40:46 +00:00
parent ad09c768bc
commit 769d32dd32

View file

@ -282,7 +282,6 @@ if command -v antigen > /dev/null; then
antigen bundle multipass antigen bundle multipass
antigen bundle ng antigen bundle ng
antigen bundle nomad antigen bundle nomad
antigen bundle npm
antigen bundle pip antigen bundle pip
antigen bundle pm2 antigen bundle pm2
antigen bundle redis-cli antigen bundle redis-cli
@ -304,6 +303,7 @@ if command -v antigen > /dev/null; then
antigen bundle zsh-users/zsh-syntax-highlighting antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle marlonrichert/zsh-autocomplete@main antigen bundle marlonrichert/zsh-autocomplete@main
antigen theme romkatv/powerlevel10k antigen theme romkatv/powerlevel10k
antigen bundle npm
antigen apply antigen apply
unalias alias unalias alias
fi fi