From bccff3b237891b939bf273fb7c905ade0742b18a Mon Sep 17 00:00:00 2001 From: Douglas <32344964+NotTheDr01ds@users.noreply.github.com> Date: Thu, 28 Nov 2024 02:04:42 -0500 Subject: [PATCH] Update default-files README (#14461) # Description Someone noticed today that I had left a TODO in the Readme. It has since been completed and needed to be removed. Also made some other minor fixes and wordsmithing while I was in it. # User-Facing Changes None # Tests + Formatting Clippy and fmt passed, and that should be all that matters on the Readme. # After Submitting N/A --- crates/nu-utils/src/default_files/README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/crates/nu-utils/src/default_files/README.md b/crates/nu-utils/src/default_files/README.md index 2269771bbd..68a36b865d 100644 --- a/crates/nu-utils/src/default_files/README.md +++ b/crates/nu-utils/src/default_files/README.md @@ -7,10 +7,8 @@ * Will be loaded during any startup where the user's `env.nu` is also loaded. For example: * During normal startup with `nu` * During a startup where the user specifies an alternative `env.nu` via `nu --env-config ` -* Likewise, is never loaded during a startup where the user's `env.nu` would not be loaded. For example: - * `nu -n/--no-config` - * `nu -c "ls"` - * `nu ` + * During a `nu -c ` or `nu