mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 10:55:42 +02:00
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:
@ -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.
|
|
||||||
|
Reference in New Issue
Block a user