From: Sergey Matveev Date: Sun, 29 Oct 2023 16:29:54 +0000 (+0300) Subject: Ignore dl-magnet X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=437065099304e8ad7623e77ccdc70192c54a0192;p=dotfiles.git Ignore dl-magnet --- 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})"