dotfiles/zsh/.oh-my-zsh/plugins/nats/README.md
2024-06-19 00:06:56 +02:00

14 lines
319 B
Markdown

# NATS plugin
This plugin adds completion for several tools from [NATS](https://nats.io/).
- [`nsc`](https://github.com/nats-io/nsc)
- [`natscli`](https://github.com/nats-io/natscli)
To use it, add `nats` to the plugins array in your zshrc file:
```zsh
plugins=(... nats)
```
This plugin does not add any aliases.