We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00372d6 commit 4494a0eCopy full SHA for 4494a0e
1 file changed
.goreleaser.yaml
@@ -58,6 +58,16 @@ brews:
58
zsh_completion.install "completions/canvas-sync.zsh" => "_canvas-sync"
59
fish_completion.install "completions/canvas-sync.fish"
60
61
+ # Custom post_install script for brew.
62
+ # Could be used to do any additional work after the "install" script
63
+ post_install: |
64
+ system "echo", "'if type brew &>/dev/null; then
65
+ FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
66
+
67
+ autoload -Uz compinit
68
+ compinit
69
+ fi'", ">>", "~/.zshrc"
70
71
# winget:
72
# - name: canvas-sync
73
# publisher: aidanaden
0 commit comments