mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 08:53:29 +01:00
62901573d0
* update docs/Readme * tweak readme
16 lines
503 B
Markdown
16 lines
503 B
Markdown
# 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.
|
|
|
|
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.
|