From a77a4ee652775c099a4ab3e3ee1251a708031aea Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Thu, 29 Jul 2021 09:29:40 -0500 Subject: [PATCH] Update README.md just cleaned up a bit --- config_management/separate_startup/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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