mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
docs(dotenv): update test instructions
This commit is contained in:
parent
bcab0b6a52
commit
31f745f806
1 changed files with 4 additions and 1 deletions
|
|
@ -107,12 +107,15 @@ No additional configuration is required — the plugin automatically detects and
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
The tests use [zunit](https://github.com/zunit-zsh/zunit). Install it per its documentation, then run:
|
The tests use [zunit](https://github.com/zunit-zsh/zunit). Install it per its [documentation](https://github.com/zunit-zsh/zunit#installation), then run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd plugins/dotenv && zunit
|
cd plugins/dotenv && zunit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> [NOTE!]
|
||||||
|
> zunit also requires installing [Revolver](https://github.com/molovo/revolver).
|
||||||
|
|
||||||
## Version Control
|
## Version Control
|
||||||
|
|
||||||
**It's strongly recommended to add `.env` file to `.gitignore`**, because usually it contains sensitive information such as your credentials, secret keys, passwords etc. You don't want to commit this file, it's supposed to be local only.
|
**It's strongly recommended to add `.env` file to `.gitignore`**, because usually it contains sensitive information such as your credentials, secret keys, passwords etc. You don't want to commit this file, it's supposed to be local only.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue