Fix zsh search history

This commit is contained in:
Kujiu 2016-11-24 15:11:20 +01:00
parent d019ad4f8c
commit 804902c942
No known key found for this signature in database
GPG key ID: F6A8243BF7C8404D

View file

@ -124,8 +124,8 @@ fi
hl() { highlight --out-format=xterm256 -l ${argv} | less -R; }
bindkey "^[[A" history-search-backward
bindkey "^[[B" history-search-forward
bindkey "^[OA" history-search-backward
bindkey "^[OB" history-search-forward
POWERLINE_DETECT_SSH="true"
POWERLINE_FULL_CURRENT_PATH="true"