mirror of
https://github.com/nushell/nushell
synced 2024-11-15 09:27:08 +00:00
Merge pull request #1125 from notryanb/update-readme
update readme to reflect >= 0.7.2 $nu variables
This commit is contained in:
commit
3c7633ae9f
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 [path $nu:path]
|
||||
> config --set [path $nu.path]
|
||||
```
|
||||
|
||||
## Shells
|
||||
|
|
Loading…
Reference in a new issue