forked from extern/nushell
Add config command (#5607)
* Add config command * Format code Co-authored-by: Frank Zhang <v-frankz@microsoft.com>
This commit is contained in:
@ -315,6 +315,8 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
LetEnv,
|
||||
LoadEnv,
|
||||
WithEnv,
|
||||
ConfigNu,
|
||||
ConfigEnv,
|
||||
};
|
||||
|
||||
// Math
|
||||
|
Reference in New Issue
Block a user