[fix] Add stuff
This commit is contained in:
@@ -61,3 +61,8 @@ 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 | split row (char esep) | prepend '/some/path')
|
||||
# macOS ARM64 (Apple Silicon)
|
||||
let-env PATH = ($env.PATH | split row (char esep) | prepend '/opt/homebrew/bin')
|
||||
|
||||
# Linux
|
||||
# let-env PATH = ($env.PATH | split row (char esep) | prepend '/home/linuxbrew/.linuxbrew/bin')
|
||||
|
||||
Reference in New Issue
Block a user