From d4f8524b8921747cbb47c42f6f68c0710ab92104 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 29 Oct 2014 04:54:40 +0800 Subject: [PATCH] Typo fix. --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 5c3a1e2..b7b9868 100644 --- a/.zshrc +++ b/.zshrc @@ -76,8 +76,8 @@ key[Up]=${terminfo[kcuu1]} autoload -Uz history-search-end zle -N history-beginning-search-backward-end history-search-end zle -N history-beginning-search-forward-end history-search-end -bindkey "${Key[Up]}" history-beginning-search-backward-end -bindkey "${Key[Down]}" history-beginning-search-forward-end +bindkey "${key[Up]}" history-beginning-search-backward-end +bindkey "${key[Down]}" history-beginning-search-forward-end # if [[ "`uname -s`" == "FreeBSD" || "`uname -s`" == "Darwin" ]]; then alias "ls=/bin/ls -aFG"