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