From 987d8c5d2a25ece7ee2f06046cb0480047ddef08 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 11 Apr 2023 22:07:59 +0200 Subject: zsh: do not remember commands starting with `trash` --- user/settings/zsh.nix | 1 + 1 file changed, 1 insertion(+) 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 *" ]; -- cgit 1.4.1