fix ohmyzsh issue

This commit is contained in:
Thomas Ruoff
2015-03-21 00:32:40 +01:00
parent 4d56d7f5da
commit 6fb9993251

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
#################