Update dotfiles/.zshrc

This commit is contained in:
Brian Zalewski 2022-11-21 13:48:36 +00:00
parent fb138179d8
commit d42752041a

View file

@ -276,6 +276,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
fi fi