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…
Reference in new issue