Skip to content

Commit

Permalink
Merge pull request #443 from natemccurdy/fix/brew_zsh_autocomplete
Browse files Browse the repository at this point in the history
Fix CLI autocompletion on ZSH when installed with Homebrew
  • Loading branch information
stefanprodan authored Nov 23, 2024
2 parents cf1d5ac + e47e27d commit aef66c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ brews:
bash_output = Utils.safe_popen_read(bin/"timoni", "completion", "bash")
(bash_completion/"timoni").write bash_output
zsh_output = Utils.safe_popen_read(bin/"timoni", "completion", "zsh")
(zsh_completion/"timoni").write zsh_output
(zsh_completion/"_timoni").write zsh_output
fish_output = Utils.safe_popen_read(bin/"timoni", "completion", "fish")
(fish_completion/"timoni.fish").write fish_output
test: |
Expand Down

0 comments on commit aef66c0

Please sign in to comment.