1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-08 08:20:39 +01:00

feat(linkerd): add plugin for Linkerd CLI

This commit is contained in:
vasayxtx
2022-06-24 15:30:54 +03:00
parent 4c82a2eedf
commit 8d8d2d77d3
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
if (( $+commands[linkerd] )); then
source <(linkerd completion zsh)
compdef _linkerd linkerd
fi