From cdb53fde06de7a3bb85172e6250b7a452832bbd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 10 Feb 2011 22:40:15 +0100 Subject: Fix zsh version --- .zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh/zshrc') diff --git a/.zsh/zshrc b/.zsh/zshrc index 1c5bb07..b7df52f 100644 --- a/.zsh/zshrc +++ b/.zsh/zshrc @@ -167,7 +167,7 @@ esac # Key bindings {{{ ################################################# bindkey -e # use emacs style :) -if [[ $ZSH_VERSION == 4.3.10 ]]; then +if [[ $ZSH_VERSION == 4.3.* ]]; then bindkey "^R" history-incremental-pattern-search-backward bindkey "^S" history-incremental-pattern-search-forward else -- cgit v1.2.3