Update dotfiles/.zshrc

This commit is contained in:
Brian Zalewski 2022-11-02 19:47:09 +00:00
parent 98e45c3db3
commit 5919e84a7e

View file

@ -320,7 +320,7 @@ if command -v antigen > /dev/null; then
#antigen bundle ProfessorManhattan/zsh-completions src
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle marlonrichert/zsh-autocomplete
antigen bundle marlonrichert/zsh-autocomplete@main
antigen theme romkatv/powerlevel10k
antigen apply
fi