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 jmartindf committed Nov 10, 2018
1 parent a732cc6 commit 0b9a2f2
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 0b9a2f2

Please sign in to comment.