adds a config reset command (#6149)

* moves config files to nu_utils

* fmt

* fix dockerfile

* fix docs
This commit is contained in:
pwygab
2022-08-01 09:44:33 +08:00
committed by GitHub
parent 1086fbe9b5
commit 01386f4d58
12 changed files with 135 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Documentation
This directory contains [default_config.nu](./sample_config/default_config.nu)
which is the configuration file one gets when they startup Nushell for the first time.
The default configurations can be found at [sample_config](../crates/nu-utils/src/sample_config)
which are the configuration files 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.