Make correction work

This commit is contained in:
Andrew Tomaka 2015-12-11 07:48:47 -05:00
parent 63f9ff9ecf
commit 8b2eaa7d07
2 changed files with 5 additions and 4 deletions

4
zshrc
View file

@ -15,10 +15,6 @@ HISTSIZE=20000
HISTFILE=~/.zsh_history
SAVEHIST=20000
# autocorrect
autoload -U compinit
compinit
# Make sure C-s works in vim
stty start undef
stty stop undef