1
0
Fork 0

Add kubectl support

pull/1332/head
Duy Pham 8 years ago
parent a0541ce7a5
commit c8808a80ee

@ -0,0 +1,4 @@
KUBECTL
===
Add command suggestion for kubectl

@ -0,0 +1,10 @@
#
# Add command suggestion for kubectl
#
# Authors:
# Duy Pham <phamthaibaoduy@live.com>
#
if (( $+commands[kubectl] )); then
source <(kubectl completion zsh)
fi
Loading…
Cancel
Save