X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=zsh%2F.zshrc;h=37e37ae484937218bc4eb2651bcc2d8ea732199d;hb=3eaa5045bcbdb5d004a49b7c47f6b4fe67449993;hp=c6f7881684495a99ecdc4c011b1cb50e2e43b91e;hpb=2517667b1becd4a32cd10e1bd746d1d7f9f2a13e;p=dotfiles.git diff --git a/zsh/.zshrc b/zsh/.zshrc index c6f7881..37e37ae 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="(yt* *|t *|t|mmfileget *)" # }}} # Prompt {{{