]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Ignore link-for-* commands
authorSergey Matveev <stargrave@stargrave.org>
Sun, 6 Nov 2022 08:45:35 +0000 (11:45 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 6 Nov 2022 08:45:35 +0000 (11:45 +0300)
zsh/.zsh/rc/005history-cfg.zsh

index a07ac8a4c4b27a9b76f7452af2ac2d49b3dbbed2..8af96a6d83b1946546046ba80758d5972ba93f36 100644 (file)
@@ -1,4 +1,12 @@
 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)
+local history_ignore=(
+    "link-for-*"
+    "mmfileget *"
+    "sdcv *"
+    "t *"
+    "yt* *"
+    arr
+    t
+)
 HISTORY_IGNORE="(${(j:|:)history_ignore})"