Skip to content

Commit 7c1d8b7

Browse files
authored
docs: update "Shell Completion" instruction on Linux (#2829)
1 parent b1588fa commit 7c1d8b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/docs/usage/integrations.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ title: Integrations
3333

3434
## Shell Completion
3535

36-
`golangci-lint` can generate bash completion file.
36+
`golangci-lint` can generate bash, fish, powershell, and zsh completion files.
3737

3838
### macOS
3939

@@ -58,7 +58,7 @@ source ~/.bashrc
5858

5959
### Linux
6060

61-
See [kubectl instructions](https://kubernetes.io/docs/tasks/tools/install-kubectl/#enabling-shell-autocompletion) and don't forget to replace `kubectl` with `golangci-lint`.
61+
See the instructions on `golangci-lint completion <YOUR_SHELL> --help` (replace `<YOUR_SHELL>` with your favorite one).
6262

6363
## CI Integration
6464

0 commit comments

Comments
 (0)