nushell: Add more envs
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user