nu-config 0.115.0

Nushell configuration infrastructure - path resolution and config file management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Built-in default config file.
#
# All `$env.config` defaults (including color_config, menus, and Nushell menu
# keybindings) now live in Rust `Config::default()` so they are visible under
# `nu -n` / `nu -n --no-std-lib` via `$env.config`.
#
# This file is still evaluated before the user's `config.nu` during interactive
# startup so users can rely on the load order. Leave it empty (or assign only
# intentional overrides) unless you need Nu-side default setup.
#
# version = "0.115.0"
$env.config = {}