From: Sergey Matveev Date: Mon, 7 Dec 2020 14:29:17 +0000 (+0300) Subject: Ignore dictionary searches X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=d76427bfbf9a9cf116b42ed93be872f1003dfa86 Ignore dictionary searches --- 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 {{{