Browse Source

Use zsh auto correct options

Andrew Swistak 11 years ago
parent
commit
4e8359f913
1 changed files with 1 additions and 1 deletions
  1. 1 1
      osx/zshrc

+ 1 - 1
osx/zshrc

@@ -2,7 +2,7 @@
 HISTFILE=~/.histfile
 HISTFILE=~/.histfile
 HISTSIZE=1000
 HISTSIZE=1000
 SAVEHIST=1000
 SAVEHIST=1000
-setopt incappendhistory nomatch
+setopt incappendhistory nomatch correct_all
 unsetopt beep
 unsetopt beep
 bindkey -v
 bindkey -v
 # End of lines configured by zsh-newuser-install
 # End of lines configured by zsh-newuser-install