1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 06:37:46 +00:00

Update README.md

just cleaned up a bit
This commit is contained in:
Darren Schroeder 2021-07-29 09:29:40 -05:00 committed by GitHub
parent 79b78e2117
commit a77a4ee652
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,10 +7,10 @@ Additionally it provides some new commands:
- `config edit`: Opens the `config.toml` in a new editor (depending on the `EDITOR` env variable)
- `startup edit`: Opens the `startup.nu` in a new editor (depending on the `EDITOR` env variable)
- `startup path`: Like `config path` provides the path to the `startup.nu` file
- `startup path`: Like `config path`, provides the path to the `startup.nu` file
## The `... edit` command
## The `config edit` and `startup edit` command
Both `config edit` and `startup edit` accept the flag `--editor` (or `-e`) that
lets you define a different editor. To open the config in
@ -22,7 +22,7 @@ startup edit -e code
```
## The `... path` command
## The `startup path` and `config path` command
Like `config path` the command `startup path` provides the path to the
`startup.nu` file. This can be used e.g. to open both, the `config.toml` and the