From 840f74d00323574392c38a7134d9ada622e2960f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 11 May 2020 13:00:48 +0300 Subject: [PATCH] Ignore some commands for history --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index c6f7881..b4144e8 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -35,6 +35,8 @@ zle -N history-beginning-search-forward-end history-search-end bindkey "^[[A" history-beginning-search-backward-end bindkey "^[[B" history-beginning-search-forward-end bindkey "^R" history-incremental-pattern-search-backward + +HISTORY_IGNORE="(ytdl* *|t *|t)" # }}} # Prompt {{{ -- 2.44.0