mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-10 20:43:11 +01:00
Added plugin for tekton ci/cd CLI
This commit is contained in:
7
plugins/tkn/tkn.plugin.zsh
Normal file
7
plugins/tkn/tkn.plugin.zsh
Normal file
@@ -0,0 +1,7 @@
|
||||
# Autocompletion for tkn, the command line interface for Tekton Cloud Natice CI/CD (https://tekton.dev/)
|
||||
# Author: https://github.com/jvarela01
|
||||
|
||||
if [ $commands[tkn] ]; then
|
||||
source <(tkn completion zsh)
|
||||
compdef _tkn tkn
|
||||
fi
|
||||
Reference in New Issue
Block a user