mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
update readme to show >= 0.7 nu path
This commit is contained in:
parent
bfba2c57f8
commit
dba347ad00
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ To set one of these variables, you can use `config --set`. For example:
|
||||||
|
|
||||||
```
|
```
|
||||||
> config --set [edit_mode "vi"]
|
> config --set [edit_mode "vi"]
|
||||||
> config --set [path $nu:path]
|
> config --set [path $nu.path]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Shells
|
## Shells
|
||||||
|
|
Loading…
Reference in a new issue