diff --git a/crates/nu-command/src/default_context.rs b/crates/nu-command/src/default_context.rs index b270a78dce..4f35a1c711 100644 --- a/crates/nu-command/src/default_context.rs +++ b/crates/nu-command/src/default_context.rs @@ -290,7 +290,6 @@ pub fn add_shell_command_context(mut engine_state: EngineState) -> EngineState { ToText, ToToml, ToTsv, - Touch, Upsert, Where, ToXml,