]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Ignore dictionary searches
authorSergey Matveev <stargrave@stargrave.org>
Mon, 7 Dec 2020 14:29:17 +0000 (17:29 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 7 Dec 2020 14:29:17 +0000 (17:29 +0300)
zsh/.zshrc

index 62ec28c8439af6bc96fc9faf68a5dc074332749c..f41da1de4d700475307d2b998eab6c679c7656c5 100644 (file)
@@ -13,7 +13,7 @@ export LISTMAX=9999
 # History options {{{
 setopt APPEND_HISTORY SHARE_HISTORY INC_APPEND_HISTORY HIST_IGNORE_ALL_DUPS
 setopt HIST_IGNORE_SPACE
-HISTORY_IGNORE="(yt* *|t *|t|mmfileget *|arr|rss)"
+HISTORY_IGNORE="(yt* *|t *|t|sdcv *|mmfileget *|arr|rss)"
 # }}}
 
 # Vi mode {{{