Typo fix.

This commit is contained in:
Gea-Suan Lin
2014-10-29 04:54:40 +08:00
parent 9f6d02109d
commit d4f8524b89

4
.zshrc
View File

@@ -76,8 +76,8 @@ key[Up]=${terminfo[kcuu1]}
autoload -Uz history-search-end autoload -Uz history-search-end
zle -N history-beginning-search-backward-end history-search-end zle -N history-beginning-search-backward-end history-search-end
zle -N history-beginning-search-forward-end history-search-end zle -N history-beginning-search-forward-end history-search-end
bindkey "${Key[Up]}" history-beginning-search-backward-end bindkey "${key[Up]}" history-beginning-search-backward-end
bindkey "${Key[Down]}" history-beginning-search-forward-end bindkey "${key[Down]}" history-beginning-search-forward-end
# #
if [[ "`uname -s`" == "FreeBSD" || "`uname -s`" == "Darwin" ]]; then if [[ "`uname -s`" == "FreeBSD" || "`uname -s`" == "Darwin" ]]; then
alias "ls=/bin/ls -aFG" alias "ls=/bin/ls -aFG"