]> 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 bb74d4366e59ae28d822f8618045ffb8cc7110e3..5b3ec33b1ca0d50c310c6be42284be3319845499 100644 (file)
@@ -7,5 +7,6 @@ local history_ignore=(
     "yt* *"
     arr
     t
+    "unsafe-www *"
 )
 HISTORY_IGNORE="(${(j:|:)history_ignore})"