nushell/docs
Kamil f94ca6cfde
root/admin prompt is red now (#5836)
I really miss bash's visual way of signalising root, i.e. blue: user, red: root

So I brought it to nushell (since you've added `is-admin` the code is fully portable and easily-readable) and hope you'll like it
2022-06-20 15:23:55 -05:00
..
sample_config root/admin prompt is red now (#5836) 2022-06-20 15:23:55 -05: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.