mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
kubectl completion.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user