[fix] Add stuff

This commit is contained in:
Uttarayan Mondal
2023-06-23 11:54:49 +05:30
parent 6eecb62230
commit 3a140c7db7
5 changed files with 9 additions and 190 deletions

View File

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