Skip to content

Commit

Permalink
Install zsh completions
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jun 22, 2019
1 parent 119cae6 commit 794a1a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Expand Up @@ -88,11 +88,15 @@ nfpms:
386: i686
arm: armhfp
arm64: aarch64
files:
"completions/chezmoi.zsh": "/usr/share/zsh/functions/_chezmoi"
deb:
name_template: "{{ .ProjectName }}_{{ .Version }}-{{ .Env.TRAVIS_BUILD_NUMBER }}_{{ .Os }}_{{ .Arch }}"
replacements:
386: i386
arm: armel
files:
"completions/chezmoi.zsh": "/usr/share/zsh/vendor-completions/_chezmoi"

brews:
- github:
Expand Down
4 changes: 4 additions & 0 deletions goreleaser/goreleaser.yaml.tmpl
Expand Up @@ -88,11 +88,15 @@ nfpms:
386: i686
arm: armhfp
arm64: aarch64
files:
"completions/chezmoi.zsh": "/usr/share/zsh/functions/_chezmoi"
deb:
name_template: "{{ .ProjectName }}_{{ .Version }}-{{ .Env.TRAVIS_BUILD_NUMBER }}_{{ .Os }}_{{ .Arch }}"
replacements:
386: i386
arm: armel
files:
"completions/chezmoi.zsh": "/usr/share/zsh/vendor-completions/_chezmoi"

brews:
- github:
Expand Down

0 comments on commit 794a1a1

Please sign in to comment.