kubectl completion.

This commit is contained in:
David Tomaschik
2017-02-04 16:48:40 -08:00
parent c8c954617e
commit 70cc5c5218

View File

@@ -11,3 +11,7 @@ export PATH="${PATH}:${GCL}/bin"
# Load completion
source ${GCL}/completion.zsh.inc
which kubectl 2>/dev/null >&2 && \
source <(kubectl completion zsh) || \
true