# 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) ```