]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
Show two more lines after searching in less
[dotfiles.git] / zsh / .zshrc
index 1ac279d53cf5df6a3bbeac7808e49db82c396301..98367436ae04b5ce51127a58d49f47fa73bdb0b5 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="(ytdl* *|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 {{{
@@ -142,6 +144,9 @@ autoload -U zcalc
 alias zc="zcalc"
 # }}}
 
+# Named directories {{{
+. ~/.zhashd
+# }}}
 
 # Completion {{{
 zstyle ":completion:*:functions" ignored-patterns "_*"