From d76427bfbf9a9cf116b42ed93be872f1003dfa86 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 7 Dec 2020 17:29:17 +0300 Subject: [PATCH] Ignore dictionary searches --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 62ec28c..f41da1d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 {{{ -- 2.44.0