Update dotfiles/.zshrc

This commit is contained in:
Brian Zalewski 2022-11-21 15:06:32 +00:00
parent 1958407e6a
commit 09018f0045

View file

@ -288,6 +288,7 @@ 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 poetry antigen bundle poetry
@ -312,7 +313,6 @@ 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
fi fi