mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 21:51:05 +01:00
4 lines
100 B
Bash
4 lines
100 B
Bash
if (( $+commands[linkerd] )); then
|
|
source <(linkerd completion zsh)
|
|
compdef _linkerd linkerd
|
|
fi
|