golangci-lint: add fish completion
This commit is contained in:
parent
0a3b1759cf
commit
4606c0e5c6
@ -24,7 +24,7 @@ buildGoModule rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
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
|
HOME=$TMPDIR $out/bin/golangci-lint completion $shell > golangci-lint.$shell
|
||||||
installShellCompletion golangci-lint.$shell
|
installShellCompletion golangci-lint.$shell
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user