dotfiles/zsh/.oh-my-zsh/plugins/nats/README.md

15 lines
319 B
Markdown
Raw Normal View History

2024-06-19 00:06:56 +02:00
# 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.