mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-11 09:05:28 +08:00
feat(linkerd): add plugin for Linkerd CLI
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user