mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 07:07:46 +00:00
Update README.md
just cleaned up a bit
This commit is contained in:
parent
79b78e2117
commit
a77a4ee652
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
- `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 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
|
Both `config edit` and `startup edit` accept the flag `--editor` (or `-e`) that
|
||||||
lets you define a different editor. To open the config in
|
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
|
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
|
`startup.nu` file. This can be used e.g. to open both, the `config.toml` and the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue