Update dotfiles/.zshrc
This commit is contained in:
parent
b30489fa63
commit
ee9a1f551a
1 changed files with 1 additions and 1 deletions
|
@ -258,6 +258,7 @@ if [ -f "$HOME/.local/antigen.zsh" ]; then
|
|||
fi
|
||||
if command -v antigen > /dev/null; then
|
||||
antigen use oh-my-zsh
|
||||
antigen bundle marlonrichert/zsh-autocomplete@main
|
||||
antigen bundle git
|
||||
antigen bundle bundler
|
||||
antigen bundle dotenv
|
||||
|
@ -266,7 +267,6 @@ if command -v antigen > /dev/null; then
|
|||
antigen bundle rbenv
|
||||
antigen bundle ruby
|
||||
antigen bundle k
|
||||
antigen bundle marlonrichert/zsh-autocomplete
|
||||
antigen apply
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue