check percol

This commit is contained in:
She Jinxin 2015-11-06 19:41:12 +08:00
parent 6a63586207
commit 2a650d5de1

View File

@ -9,7 +9,6 @@ if which percol &> /dev/null; then
zle -N percol_select_history
bindkey '^R' percol_select_history
fi
if which marks &> /dev/null; then
function percol_select_marks() {
@ -20,3 +19,4 @@ if which marks &> /dev/null; then
zle -N percol_select_marks
bindkey '^B' percol_select_marks
fi
fi