ohmyzsh/plugins/linkerd/linkerd.plugin.zsh
2022-06-24 15:30:54 +03:00

4 lines
100 B
Bash

if (( $+commands[linkerd] )); then
source <(linkerd completion zsh)
compdef _linkerd linkerd
fi