From 437065099304e8ad7623e77ccdc70192c54a0192 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 29 Oct 2023 19:29:54 +0300 Subject: [PATCH] Ignore dl-magnet --- zsh/.zsh/rc/005history-cfg.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/.zsh/rc/005history-cfg.zsh b/zsh/.zsh/rc/005history-cfg.zsh index 5b3ec33..ed50aaa 100644 --- a/zsh/.zsh/rc/005history-cfg.zsh +++ b/zsh/.zsh/rc/005history-cfg.zsh @@ -1,12 +1,13 @@ setopt APPEND_HISTORY SHARE_HISTORY INC_APPEND_HISTORY HIST_IGNORE_ALL_DUPS setopt HIST_IGNORE_SPACE local history_ignore=( + "dl-magnet *" "link-for-*" "sdcv *" "t *" + "unsafe-www *" "yt* *" arr t - "unsafe-www *" ) HISTORY_IGNORE="(${(j:|:)history_ignore})" -- 2.44.0