summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/settings/zsh.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 67c5b5b0..0963d490 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -55,6 +55,11 @@ in
       save = 200000;
       size = 100000;
       share = false;
+      ignorePatterns = [
+        "rm *"
+        "pkill *"
+        "* aria2c *"
+      ];
     };
 
     localVariables = {