mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-28 22:24:46 +01:00
10 lines
242 B
Markdown
10 lines
242 B
Markdown
# Stern plugin
|
|
|
|
This plugin adds completion for [Stern](https://github.com/stern/stern), the multi pod and container log tailing for Kubernetes.
|
|
|
|
To use it, add `stern` to the plugins array in your zshrc file:
|
|
|
|
```zsh
|
|
plugins=(... stern)
|
|
```
|