Merge pull request #153600 from mathieupost/patch-2
golangci-lint: add fish completion
This commit is contained in:
commit
edcecad74a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ buildGoModule rec {
|
|||
];
|
||||
|
||||
postInstall = ''
|
||||
for shell in bash zsh; do
|
||||
for shell in bash zsh fish; do
|
||||
HOME=$TMPDIR $out/bin/golangci-lint completion $shell > golangci-lint.$shell
|
||||
installShellCompletion golangci-lint.$shell
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue