1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-26 10:13:37 +08:00
ohmyzsh/plugins/kubectl/kubectl.plugin.zsh

8 lines
183 B
Bash
Raw Normal View History

2016-08-15 08:30:55 +08:00
# Autocompletion for kubectl, the command line interface for Kubernetes
#
# Author: https://github.com/pstadler
if [ $commands[kubectl] ]; then
source <(kubectl completion zsh)
fi