mirror of
https://github.com/nushell/nushell
synced 2024-12-28 22:13:10 +00:00
f94ca6cfde
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 |
||
---|---|---|
.. | ||
sample_config | ||
README.md |
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.