docs(nu): specify how to get nushell config path (#2856)
This commit is contained in:
parent
cea1a1ceb1
commit
57a523e4c2
|
@ -256,7 +256,8 @@ shown below. Can't see yours? Have a look at the [extra platform instructions](h
|
|||
#### Nushell
|
||||
|
||||
**Warning** This will change in the future. Only nu version v0.33 or higher is supported.
|
||||
Add the following to your nu config file:
|
||||
Add the following to your nu config file. You can check the location of this
|
||||
file by running `config path` in nu.
|
||||
|
||||
```toml
|
||||
startup = [
|
||||
|
|
|
@ -136,7 +136,8 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
|
|||
This will change in the future.
|
||||
Only nu version v0.33 or higher is supported.
|
||||
:::
|
||||
Add the following to your nu config file:
|
||||
Add the following to your nu config file. You can check the location of this
|
||||
file by running `config path` in nu.
|
||||
|
||||
```toml
|
||||
startup = [
|
||||
|
|
Loading…
Reference in New Issue