]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Do not remember about unsafe-www browsing
authorSergey Matveev <stargrave@stargrave.org>
Fri, 9 Jun 2023 07:13:45 +0000 (10:13 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 9 Jun 2023 07:13:45 +0000 (10:13 +0300)
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})"