mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
4 lines
100 B
Bash
4 lines
100 B
Bash
if (( $+commands[linkerd] )); then
|
|
source <(linkerd completion zsh)
|
|
compdef _linkerd linkerd
|
|
fi
|