Add oh-my-zsh plugins

This commit is contained in:
2023-03-30 20:27:45 -05:00
parent cc0203c0aa
commit 375e1e1942

View File

@ -10,7 +10,10 @@ ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true" COMPLETION_WAITING_DOTS="true"
plugins=(git zsh-autosuggestions) plugins=(git extract docker docker-compose zsh-autosuggestions)
zstyle ':completion:*:*:docker:*' option-stacking yes
zstyle ':completion:*:*:docker-*:*' option-stacking yes
zstyle ':omz:update' mode auto # update automatically without asking zstyle ':omz:update' mode auto # update automatically without asking
zstyle ':omz:update' frequency 14 zstyle ':omz:update' frequency 14