Update dotfiles/.zshrc

This commit is contained in:
Brian Zalewski 2022-11-21 15:34:16 +00:00
parent 399c526a21
commit ba65a05966

View file

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