1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-08 00:10:41 +01:00
Files
oh-my-zsh/plugins/linkerd

Linkerd plugin

This plugin adds completion for linkerd command-line tool that is used for interacting with the Linkerd service mesh.

To use it, add linkerd to the plugins array in your zshrc file:

plugins=(... linkerd)