mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 07:30:13 +01:00
Fix PATH update example (#5393)
This commit is contained in:
parent
435693a8bb
commit
8dc199d817
@ -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:
|
||||
# let-env PATH = ($env.PATH | prepend '/some/path')
|
||||
# let-env PATH = ($env.PATH | split row (char esep) | prepend '/some/path')
|
||||
|
Loading…
Reference in New Issue
Block a user