nushell

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

env.nu (846B)


      1 # env.nu
      2 #
      3 # Installed by:
      4 # version = "0.112.2"
      5 #
      6 # Previously, environment variables were typically configured in `env.nu`.
      7 # In general, most configuration can and should be performed in `config.nu`
      8 # or one of the autoload directories.
      9 #
     10 # This file is generated for backwards compatibility for now.
     11 # It is loaded before config.nu and login.nu
     12 #
     13 # See https://www.nushell.sh/book/configuration.html
     14 #
     15 # Also see `help config env` for more options.
     16 #
     17 # You can remove these comments if you want or leave
     18 # them for future reference.
     19 
     20 # env.nu
     21 $env.STARSHIP_CONFIG = ("~/.config/starship/starship.toml" | path expand)
     22 
     23 ## ${UserConfigDir}/nushell/env.nu
     24 $env.CARAPACE_BRIDGES = 'zsh,fish,bash,inshellisense' # optional
     25 mkdir $"($nu.cache-dir)"
     26 carapace _carapace nushell | save --force $"($nu.cache-dir)/carapace.nu"