mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-10 08:15:29 +08:00
5 lines
100 B
Bash
5 lines
100 B
Bash
if (( $+commands[linkerd] )); then
|
|
source <(linkerd completion zsh)
|
|
compdef _linkerd linkerd
|
|
fi
|