]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
Shorter youtube-dl scriptnames
[dotfiles.git] / zsh / .zshrc
index c0cd9ee1d4fa5bff1109dbd43deab9b47ddbfb65..37e37ae484937218bc4eb2651bcc2d8ea732199d 100644 (file)
@@ -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 {{{
@@ -80,7 +82,7 @@ f() {
 ssht() {
     ssh -C -t "$1" tmux attach -t0
 }
-alias sshnm='ssh -S none'
+alias sshnm="ssh -S none"
 # }}}
 
 # Git {{{