From 78546a6fb3ee5b438a871340b385975ad0fa0674 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 12 Jul 2025 14:52:35 +0300 Subject: [PATCH] nushell: don't trash --- modules/common/nushell/config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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