mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 23:30:22 +02:00
Fix PATH update example (#5393)
This commit is contained in:
@ -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')
|
||||||
|
Reference in New Issue
Block a user