nushell: Add more envs

This commit is contained in:
2023-06-19 18:46:36 +02:00
parent b089ae83ec
commit 5009fd118f

View File

@ -77,6 +77,11 @@ let-env NU_PLUGIN_DIRS = [
# To add entries to PATH (on Windows you might use Path), you can use the following pattern: # 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 [($env.HOME + "/.local/bin"), ($env.HOME + "/.cargo/bin")]) let-env PATH = ($env.PATH | split row (char esep) | prepend [($env.HOME + "/.local/bin"), ($env.HOME + "/.cargo/bin")])
let-env BROWSER = "firefox"
let-env EDITOR = "nvim"
let-env DEFMT_LOG = "info"
let-env MOZ_ENABLE_WAYLAND = "1"
mkdir ~/.cache/starship mkdir ~/.cache/starship
starship init nu | save -f ~/.cache/starship/init.nu starship init nu | save -f ~/.cache/starship/init.nu
zoxide init nushell | save -f ~/.cache/zoxide.nu zoxide init nushell | save -f ~/.cache/zoxide.nu