refactor(zsh): add compdef to kubectl completion first line

This commit is contained in:
Price Hiller 2023-11-08 21:42:03 -06:00
parent 4a4eaec163
commit 713d46ef3d
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1 +1,3 @@
#compdef kubectl
source <(kubectl completion zsh)