diff options
author | Alan Pearce | 2023-04-11 22:07:59 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-11 22:07:59 +0200 |
commit | 987d8c5d2a25ece7ee2f06046cb0480047ddef08 (patch) | |
tree | ece7f1060bdab20e9b68d08581cdc007dd340877 /user/settings | |
parent | 19827b13506cdbe6e6490ee74a6fea7066cc2e0d (diff) | |
download | nixfiles-987d8c5d2a25ece7ee2f06046cb0480047ddef08.tar.lz nixfiles-987d8c5d2a25ece7ee2f06046cb0480047ddef08.tar.zst nixfiles-987d8c5d2a25ece7ee2f06046cb0480047ddef08.zip |
zsh: do not remember commands starting with `trash`
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/zsh.nix | 1 |
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 *" ]; |