summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-04-11 22:07:59 +0200
committerAlan Pearce2023-04-11 22:07:59 +0200
commit987d8c5d2a25ece7ee2f06046cb0480047ddef08 (patch)
treeece7f1060bdab20e9b68d08581cdc007dd340877
parent19827b13506cdbe6e6490ee74a6fea7066cc2e0d (diff)
downloadnixfiles-987d8c5d2a25ece7ee2f06046cb0480047ddef08.tar.lz
nixfiles-987d8c5d2a25ece7ee2f06046cb0480047ddef08.tar.zst
nixfiles-987d8c5d2a25ece7ee2f06046cb0480047ddef08.zip
zsh: do not remember commands starting with `trash`
-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 *"
       ];