diff --git a/config_management/separate_startup/README.md b/config_management/separate_startup/README.md index 10137bb..c75dfbe 100644 --- a/config_management/separate_startup/README.md +++ b/config_management/separate_startup/README.md @@ -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