Fix PATH update example (#5393)

This commit is contained in:
Jakub Žádník
2022-05-01 14:53:59 +03:00
committed by GitHub
parent 435693a8bb
commit 8dc199d817

View File

@ -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')