nushell/docs
Darren Schroeder 7a820b1304
add a new welcome banner to nushell (#6163)
* add a new welcome banner to nushell

* remove top line

* tweaked colors and wording

* changed to dimmed white

* removed a comment

* make config nu stand out a little

* fix type-o
2022-07-30 05:50:12 +12:00
..
sample_config add a new welcome banner to nushell (#6163) 2022-07-30 05:50:12 +12:00
README.md update the readme in the docs folder (#5065) 2022-04-01 13:48:09 -07:00

Documentation

This directory contains default_config.nu which is the configuration file one gets when they startup Nushell for the first time.

It sets all of the default configuration to run Nushell. From here one can then customize this file for their specific needs.

To see where config.nu is located on your system simply type this command.

$nu.config-path

Please see our book for all of the Nushell documentation.