diff --git a/crates/nu-command/src/default_context.rs b/crates/nu-command/src/default_context.rs index 04ac32873..b12caec25 100644 --- a/crates/nu-command/src/default_context.rs +++ b/crates/nu-command/src/default_context.rs @@ -36,7 +36,6 @@ pub fn create_default_context(cwd: impl AsRef) -> EngineState { DefEnv, Describe, Do, - Du, Echo, ErrorMake, ExportAlias, @@ -221,6 +220,7 @@ pub fn create_default_context(cwd: impl AsRef) -> EngineState { AnsiGradient, AnsiStrip, Clear, + Du, KeybindingsDefault, Input, KeybindingsListen,