mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
feat(nats)!: rename nsc plugin to nats
This commit is contained in:
parent
fe0dd8226d
commit
61dd3682e6
4 changed files with 37 additions and 24 deletions
14
plugins/nats/README.md
Normal file
14
plugins/nats/README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue