Archived
1
0
Fork 0

fish: add kubectl completions

This commit is contained in:
Casper V. Kristensen 2022-09-06 23:40:16 +02:00
parent 5a081b4925
commit b28a988ca6

View file

@ -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