feat(zsh): add brew plugin on MacOS
This commit is contained in:
parent
b37801de19
commit
6f25830878
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
source $ZNAP_HOME/znap.zsh
|
||||
|
||||
znap source ohmyzsh/ohmyzsh \
|
||||
plugins/{docker,kubectl,git,grc,fzf,zoxide,terraform}
|
||||
plugins/{docker,kubectl,{{- if eq .chezmoi.os "darwin" }}brew,{{end}}git,grc,fzf,zoxide,terraform}
|
||||
|
||||
|
||||
command -v golangci-lint &> /dev/null && znap fpath _golangci-lint 'golangci-lint completion zsh'
|
||||
|
|
Loading…
Reference in a new issue