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
No known key found for this signature in database

View File

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