Update dotfiles/.zshrc
This commit is contained in:
parent
d4aa165e0f
commit
fe8026d2bb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue