]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Ignore dl-magnet
authorSergey Matveev <stargrave@stargrave.org>
Sun, 29 Oct 2023 16:29:54 +0000 (19:29 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 2 Nov 2023 09:34:23 +0000 (12:34 +0300)
zsh/.zsh/rc/005history-cfg.zsh

index 5b3ec33b1ca0d50c310c6be42284be3319845499..ed50aaac59d1b9bf7bd2bb1bf4462e98a7efc143 100644 (file)
@@ -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})"