zsh: Enable kubectl completion
Alan Pearce alan@alanpearce.eu
Fri, 23 Mar 2018 12:57:06 +0100
1 files changed, 5 insertions(+), 0 deletions(-)
jump to
M zsh/.config/zsh/.zshrc → zsh/.config/zsh/.zshrc
@@ -185,6 +185,11 @@ . $LUNCHY_DIR/lunchy-completion.zsh fi fi +if [[ $commands[kubectl] ]] +then + source <(kubectl completion zsh) +fi + if [[ $TERM == "dumb" ]] then unsetopt zle