Commit f19b6b24 authored by Patrick Stadler's avatar Patrick Stadler Committed by Robby Russell
Browse files

add kubectl plugin (#5298)

parent 51c10783
# Autocompletion for kubectl, the command line interface for Kubernetes
#
# Author: https://github.com/pstadler
if [ $commands[kubectl] ]; then
source <(kubectl completion zsh)
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment