config reset for env
Reset nushell environment configurations to default, and saves old config files in the config location as oldconfig.nu and oldenv.nu.
Signature
> config reset {flags}
Flags
--nu, -n: Reset only nu config, config.nu.--env, -e: Reset only env config, env.nu.--without-backup, -w: Do not make a backup.
Input/output types:
| input | output |
|---|---|
| nothing | nothing |
Examples
Reset nushell configuration files.
> config reset