]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zsh/rc/005history-cfg.zsh
EXTENDED_HISTORY
[dotfiles.git] / zsh / .zsh / rc / 005history-cfg.zsh
index a07ac8a4c4b27a9b76f7452af2ac2d49b3dbbed2..aa165436292c8ad25740e08d291ccace16990590 100644 (file)
@@ -1,4 +1,13 @@
-setopt APPEND_HISTORY SHARE_HISTORY INC_APPEND_HISTORY HIST_IGNORE_ALL_DUPS
-setopt HIST_IGNORE_SPACE
-local history_ignore=("yt* *" "t *" t "sdcv *" "mmfileget *" arr)
+setopt APPEND_HISTORY SHARE_HISTORY INC_APPEND_HISTORY EXTENDED_HISTORY
+setopt HIST_IGNORE_SPACE HIST_IGNORE_ALL_DUPS
+local history_ignore=(
+    "dl-magnet *"
+    "link-for-*"
+    "sdcv *"
+    "t *"
+    "unsafe-www *"
+    "yt* *"
+    arr
+    t
+)
 HISTORY_IGNORE="(${(j:|:)history_ignore})"