summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/zsh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index a8147ca5..49e59b36 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -57,6 +57,7 @@ in
       share = false;
       ignorePatterns = [
         "rm *"
+        "trash *"
         "pkill *"
         "* aria2c *"
       ];