1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-02 20:04:35 +08:00
ohmyzsh-mirror/plugins/linkerd/linkerd.plugin.zsh
2022-06-24 15:30:54 +03:00

5 lines
100 B
Bash

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