]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zsh/rc/005history-cfg.zsh
Do not remember about unsafe-www browsing
[dotfiles.git] / zsh / .zsh / rc / 005history-cfg.zsh
index 8af96a6d83b1946546046ba80758d5972ba93f36..5b3ec33b1ca0d50c310c6be42284be3319845499 100644 (file)
@@ -2,11 +2,11 @@ setopt APPEND_HISTORY SHARE_HISTORY INC_APPEND_HISTORY HIST_IGNORE_ALL_DUPS
 setopt HIST_IGNORE_SPACE
 local history_ignore=(
     "link-for-*"
-    "mmfileget *"
     "sdcv *"
     "t *"
     "yt* *"
     arr
     t
+    "unsafe-www *"
 )
 HISTORY_IGNORE="(${(j:|:)history_ignore})"