diff --git a/modules/common/nushell/config.nu b/modules/common/nushell/config.nu index fb27269..fe419e5 100644 --- a/modules/common/nushell/config.nu +++ b/modules/common/nushell/config.nu @@ -38,7 +38,7 @@ $env.config.history.sync_on_enter = true $env.config.show_banner = false -$env.config.rm.always_trash = true +$env.config.rm.always_trash = false $env.config.recursion_limit = 100