default_config.nu
anddefault_env.nu
refer to the files that are compiled inside of the nushell executable and are also located in our repo.personal env.nu/config.nu/login.nu
refer to the files that are in the$nu.default-config-dir
that you have personally edited.specified config.nu/env.nu
refer to files that are specified on the command line with the--config
and--env-config
command line parameters.
- ✅ Always reads the nushell standard library
- ✅ Always reads
personal plugin.msgpackz
file if it exists