Update dotfiles/.zshrc

This commit is contained in:
Brian Zalewski 2022-11-21 13:58:32 +00:00
parent d4aa165e0f
commit fe8026d2bb

View file

@ -265,7 +265,6 @@ if command -v antigen > /dev/null; then
antigen bundle gnu-utils antigen bundle gnu-utils
antigen bundle macos antigen bundle macos
antigen bundle magic-enter antigen bundle magic-enter
antigen bundle npm
antigen bundle safe-paste antigen bundle safe-paste
# antigen bundle shell-proxy # antigen bundle shell-proxy
# antigen bundle ssh-agent # antigen bundle ssh-agent
@ -276,6 +275,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