Update default (scaffold) config blurb (#16165)

Updates the header for the default generated config file to point people
towards `config nu --doc`, adapting some text from that command.
This commit is contained in:
132ikl
2025-07-14 11:48:06 -04:00
committed by GitHub
parent bfe9d8699d
commit c272fa2b0a

View File

@ -7,12 +7,12 @@
# (or import) custom commands, or run any other startup tasks. # (or import) custom commands, or run any other startup tasks.
# See https://www.nushell.sh/book/configuration.html # See https://www.nushell.sh/book/configuration.html
# #
# This file is loaded after env.nu and before login.nu # Nushell sets "sensible defaults" for most configuration settings,
# so your `config.nu` only needs to override these defaults if desired.
# #
# You can open this file in your default editor using: # You can open this file in your default editor using:
# config nu # config nu
# #
# See `help config nu` for more options # You can also pretty-print and page through the documentation for configuration
# # options using:
# You can remove these comments if you want or leave # config nu --doc | nu-highlight | less -R
# them for future reference.