1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-13 10:50:40 +01:00
Files
oh-my-zsh/plugins/linkerd/README.md
2022-06-24 15:30:54 +03:00

10 lines
259 B
Markdown

# Linkerd plugin
This plugin adds completion for linkerd command-line tool that is used for interacting with the [Linkerd](https://linkerd.io) service mesh.
To use it, add `linkerd` to the plugins array in your zshrc file:
```zsh
plugins=(... linkerd)
```