X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=zsh%2F.zshrc;h=b4144e8bd4a5c7fb5ff84afd46f4225977518bf6;hp=c6f7881684495a99ecdc4c011b1cb50e2e43b91e;hb=840f74d00323574392c38a7134d9ada622e2960f;hpb=6cb2c2da2d54fc4423697e5b6b9f6459dd9b9dad 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 {{{