Merge remote-tracking branch 'origin/master' into everard

This commit is contained in:
Thomas Ruoff
2015-04-07 12:07:15 +02:00
4 changed files with 2106 additions and 105 deletions

5
zshrc
View File

@@ -49,6 +49,11 @@ bindkey -a '^R' redo
bindkey '^?' backward-delete-char
bindkey '^H' backward-delete-char
TRAPWINCH() {
zle && { zle reset-prompt; zle -R }
}
##################
# Source Things
#################