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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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