File tree 1 file changed +2
-1
lines changed
site/content/en/docs/commands
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Outputs minikube shell completion for the given shell (bash or zsh)
13
13
### Synopsis
14
14
15
15
16
- Outputs minikube shell completion for the given shell (bash or zsh )
16
+ Outputs minikube shell completion for the given shell (bash, zsh or fish )
17
17
18
18
This depends on the bash-completion binary. Example installation instructions:
19
19
OS X:
@@ -31,6 +31,7 @@ Outputs minikube shell completion for the given shell (bash or zsh)
31
31
Additionally, you may want to output the completion to a file and source in your .bashrc
32
32
33
33
Note for zsh users: [1] zsh completions are only supported in versions of zsh >= 5.2
34
+ Note for fish users: [2] please refer to this docs for more details https://fishshell.com/docs/current/#tab-completion
34
35
35
36
36
37
```
You can’t perform that action at this time.
0 commit comments