mirror of
https://github.com/nushell/nushell
synced 2025-01-13 21:55:07 +00:00
Fix PATH update example (#5393)
This commit is contained in:
parent
435693a8bb
commit
8dc199d817
1 changed files with 1 additions and 1 deletions
|
@ -55,4 +55,4 @@ let-env NU_PLUGIN_DIRS = [
|
||||||
]
|
]
|
||||||
|
|
||||||
# To add entries to PATH (on Windows you might use Path), you can use the following pattern:
|
# To add entries to PATH (on Windows you might use Path), you can use the following pattern:
|
||||||
# let-env PATH = ($env.PATH | prepend '/some/path')
|
# let-env PATH = ($env.PATH | split row (char esep) | prepend '/some/path')
|
||||||
|
|
Loading…
Reference in a new issue