# Nushell configuration files ## `default_env.nu`: * The internal default environment variables (other than `$env.config`) that will be set during Nushell startup. * Is loaded *before* the user's `env.nu`. * Will be loaded during any startup where the user's `env.nu` is also loaded. For example: * During normal startup with `nu` * During a startup where the user specifies an alternative `env.nu` via `nu --env-config ` * During a `nu -c ` or `nu