Skip to content

Commit

Permalink
add kubectl plugin (ohmyzsh#5298)
Browse files Browse the repository at this point in the history
  • Loading branch information
pstadler authored and avleen committed Dec 23, 2016
1 parent d456cc7 commit 746c97e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/kubectl/kubectl.plugin.zsh
@@ -0,0 +1,7 @@
# Autocompletion for kubectl, the command line interface for Kubernetes
#
# Author: https://github.com/pstadler

if [ $commands[kubectl] ]; then
source <(kubectl completion zsh)
fi

0 comments on commit 746c97e

Please sign in to comment.