1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-05 20:47:08 +08:00
ohmyzsh-mirror/plugins/linkerd
2022-06-24 15:30:54 +03:00
..
linkerd.plugin.zsh feat(linkerd): add plugin for Linkerd CLI 2022-06-24 15:30:54 +03:00
README.md feat(linkerd): add plugin for Linkerd CLI 2022-06-24 15:30:54 +03:00

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)