Add oh-my-zsh plugins
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user