From 1be8bb990d3ac773e4a2ef4d1982c7a6f14e27d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Thu, 30 Jan 2020 21:36:56 +0100 Subject: [PATCH] Setup fish completion when installing with Homebrew --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9097addbb..a03f83295 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -62,6 +62,7 @@ brews: bin.install "bin/gh" (bash_completion/"gh.sh").write `#{bin}/gh completion -s bash` (zsh_completion/"_gh").write `#{bin}/gh completion -s zsh` + (fish_completion/"gh.fish").write `#{bin}/gh completion -s fish` test: | help_text = shell_output("#{bin}/gh --help") assert_includes help_text, "Usage:"