feat(zsh): add brew plugin on MacOS

This commit is contained in:
Peter 2023-10-18 09:45:32 +02:00
parent b37801de19
commit 6f25830878
No known key found for this signature in database

View file

@ -4,7 +4,7 @@
source $ZNAP_HOME/znap.zsh source $ZNAP_HOME/znap.zsh
znap source ohmyzsh/ohmyzsh \ 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' command -v golangci-lint &> /dev/null && znap fpath _golangci-lint 'golangci-lint completion zsh'