config.nu (869B)
1 # config.nu 2 # 3 # Installed by: 4 # version = "0.112.2" 5 # 6 # This file is used to override default Nushell settings, define 7 # (or import) custom commands, or run any other startup tasks. 8 # See https://www.nushell.sh/book/configuration.html 9 # 10 # Nushell sets "sensible defaults" for most configuration settings, 11 # so your `config.nu` only needs to override these defaults if desired. 12 # 13 # You can open this file in your default editor using: 14 # config nu 15 # 16 # You can also pretty-print and page through the documentation for configuration 17 # options using: 18 # config nu --doc | nu-highlight | less -R 19 $env.config.show_banner = false 20 mkdir ($nu.data-dir | path join "vendor/autoload") 21 starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu") 22 23 24 25 # ${UserConfigDir}/nushell/config.nu 26 source $"($nu.cache-dir)/carapace.nu"