Disable annoying correctall in zsh

This commit is contained in:
2013-02-02 15:33:17 +03:00
parent c57037cb1e
commit 2f9dbbb79e

1
.zshrc
View File

@@ -15,7 +15,6 @@ export SAVEHIST=$HISTSIZE
setopt hist_ignore_all_dups
unsetopt extendedglob
setopt autocd
setopt correctall
bindkey -e
bindkey "\e[1~" beginning-of-line # Home
bindkey "\e[4~" end-of-line # End