2021-12-12 22:21:04 +01:00
|
|
|
# Documentation
|
|
|
|
|
2022-08-01 03:44:33 +02:00
|
|
|
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.
|
2022-03-04 17:37:08 +01:00
|
|
|
|
2022-04-01 22:48:09 +02:00
|
|
|
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.
|
|
|
|
|
|
|
|
```rust
|
|
|
|
$nu.config-path
|
|
|
|
```
|
|
|
|
|
|
|
|
Please see our [book](https://www.nushell.sh) for all of the Nushell documentation.
|