fish: add kubectl completions
This commit is contained in:
parent
5a081b4925
commit
b28a988ca6
|
@ -13,6 +13,9 @@ end
|
||||||
if type -q kind
|
if type -q kind
|
||||||
kind completion fish | source
|
kind completion fish | source
|
||||||
end
|
end
|
||||||
|
if type -q kubectl
|
||||||
|
kubectl completion fish | source
|
||||||
|
end
|
||||||
if type -q tfctl
|
if type -q tfctl
|
||||||
tfctl completion fish | source
|
tfctl completion fish | source
|
||||||
end
|
end
|
||||||
|
|
Reference in a new issue