summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-02-10 22:40:15 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-02-10 22:40:16 +0100
commitcdb53fde06de7a3bb85172e6250b7a452832bbd6 (patch)
treed75eeb31e38d88704b79ac91e8662698833b27f1 /.zsh/zshrc
parent3750072ae0e431e9a755661c65bd32d3dd1c25c6 (diff)
downloaddotfiles-cdb53fde06de7a3bb85172e6250b7a452832bbd6.tar.gz
dotfiles-cdb53fde06de7a3bb85172e6250b7a452832bbd6.tar.bz2
dotfiles-cdb53fde06de7a3bb85172e6250b7a452832bbd6.zip
Fix zsh version
Diffstat (limited to '.zsh/zshrc')
-rw-r--r--.zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
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