fish: add kubectl completions
This commit is contained in:
parent
5a081b4925
commit
b28a988ca6
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ end
|
|||
if type -q kind
|
||||
kind completion fish | source
|
||||
end
|
||||
if type -q kubectl
|
||||
kubectl completion fish | source
|
||||
end
|
||||
if type -q tfctl
|
||||
tfctl completion fish | source
|
||||
end
|
||||
|
|
Reference in a new issue