summaryrefslogtreecommitdiff
path: root/plugins/kn/kn.plugin.zsh
blob: 483d1d68c124179809c4efd9f5100ad902caeba3 (plain)
1
2
3
4
5
6
7
8
# Autocompletion for kn, the command line interface for knative
#
# Author: https://github.com/btannous

if [ $commands[kn] ]; then
  source <(kn completion zsh)
  compdef _kn kn
fi