mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
feat(linkerd): add plugin for Linkerd CLI
This commit is contained in:
parent
4c82a2eedf
commit
8d8d2d77d3
2 changed files with 13 additions and 0 deletions
4
plugins/linkerd/linkerd.plugin.zsh
Normal file
4
plugins/linkerd/linkerd.plugin.zsh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
if (( $+commands[linkerd] )); then
|
||||
source <(linkerd completion zsh)
|
||||
compdef _linkerd linkerd
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue