Skip to content

Commit 8b0a6ed

Browse files
committed
Fix numbering
1 parent 5920cd5 commit 8b0a6ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

book/configuration_preview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -550,12 +550,12 @@ The following stages and their steps _may_ occur during startup, based on the fl
550550
| 19. | (config files) (env.nu) | Loads (parses and evaluates) the user's `env.nu` (the path to which was determined above). |
551551
| 20. | (config files) (config.nu) | Processes any `ENV_CONVERSIONS` that were defined in the user's `env.nu` so that those environment variables can be treated as Nushell structured data in the `config.nu`. |
552552
| 21. | (config files) (config.nu) | Loads a minimal `$env.config` record from the internal `default_config.nu`. This file can be viewed with: `nu config nu --default \| nu-highlight \| less -R`. Most values that are not defined in `default_config.nu` will be auto-populated into `$env.config` using their internal defaults as well. |
553-
| 21. | (config files) (config.nu) | Loads (parses and evaluates) the user's `config.nu` (the path to which was determined above). |
554-
| 22. | (config files) (login) | When Nushell is running as a login shell, loads the user's `login.nu`. |
555-
| 23. | (config files) | Loops through autoload directories and loads any `.nu` files found. The directories are processed in the order found in `$nu.vendor-autoload-directories`, and files in those directories are processed in alphabetical order. |
556-
| 24. | (repl) | Processes any additional `ENV_CONVERSIONS` that were defined in `config.nu` or the autoload files. |
557-
| 25. | (repl) and (stdlib) | Shows the banner if configured. |
558-
| 26. | (repl) | Nushell enters the normal commandline (REPL). |
553+
| 22. | (config files) (config.nu) | Loads (parses and evaluates) the user's `config.nu` (the path to which was determined above). |
554+
| 23. | (config files) (login) | When Nushell is running as a login shell, loads the user's `login.nu`. |
555+
| 24. | (config files) | Loops through autoload directories and loads any `.nu` files found. The directories are processed in the order found in `$nu.vendor-autoload-directories`, and files in those directories are processed in alphabetical order. |
556+
| 25. | (repl) | Processes any additional `ENV_CONVERSIONS` that were defined in `config.nu` or the autoload files. |
557+
| 26. | (repl) and (stdlib) | Shows the banner if configured. |
558+
| 27. | (repl) | Nushell enters the normal commandline (REPL). |
559559

560560
### Flag Behavior
561561

0 commit comments

Comments
 (0)