From: Sergey Matveev Date: Tue, 12 May 2020 09:49:05 +0000 (+0300) Subject: Ignore mmfileget commands X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=45a47b837759172d66223afcc8b7714dbc53f702 Ignore mmfileget commands --- diff --git a/zsh/.zshrc b/zsh/.zshrc index b4144e8..9836743 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -36,7 +36,7 @@ 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)" +HISTORY_IGNORE="(ytdl* *|t *|t|mmfileget *)" # }}} # Prompt {{{