mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 04:51:19 +02:00
adds a config reset
command (#6149)
* moves config files to nu_utils * fmt * fix dockerfile * fix docs
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user