forked from extern/nushell
adds a config reset
command (#6149)
* moves config files to nu_utils * fmt * fix dockerfile * fix docs
This commit is contained in:
@ -353,6 +353,7 @@ pub fn create_default_context() -> EngineState {
|
||||
ConfigNu,
|
||||
ConfigEnv,
|
||||
ConfigMeta,
|
||||
ConfigReset,
|
||||
};
|
||||
|
||||
// Math
|
||||
|
Reference in New Issue
Block a user