diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-11-29 17:09:08 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-11-29 17:09:08 +0100 |
commit | ec459b6a652680e385019c872a096d412da834d4 (patch) | |
tree | cc4c670358b5cff05bba25fda16b93dcc1d436e6 | |
parent | 699cbd6f409f874834d37f2f8e68e57777c30119 (diff) | |
download | dotfiles-ec459b6a652680e385019c872a096d412da834d4.tar.gz dotfiles-ec459b6a652680e385019c872a096d412da834d4.tar.bz2 dotfiles-ec459b6a652680e385019c872a096d412da834d4.zip |
zsh spell correction
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 -setopt appendhistory autocd extendedglob +setopt appendhistory autocd extendedglob correct unsetopt beep bindkey -v zstyle ':completion:*' menu select |