mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 18:15:04 +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.
|
||||
# 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:
|
||||
# config nu
|
||||
# config nu
|
||||
#
|
||||
# See `help config nu` for more options
|
||||
#
|
||||
# You can remove these comments if you want or leave
|
||||
# them for future reference.
|
||||
# You can also pretty-print and page through the documentation for configuration
|
||||
# options using:
|
||||
# config nu --doc | nu-highlight | less -R
|
||||
|
Reference in New Issue
Block a user