feat: move configuration files inside home folder
This commit is contained in:
14
home/.config/zsh/ohmyzsh/plugins/nats/README.md
Normal file
14
home/.config/zsh/ohmyzsh/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.
|
Reference in New Issue
Block a user