zsh: Stop autocorrecting everything

Holy fucking DAMN. NO I DON'T WANT TO RUN "bspc .config" HOLY SHIT.
This commit is contained in:
Salt 2018-02-05 16:34:12 -06:00
parent 640db92690
commit c153a0e582

2
.zshrc
View File

@ -29,7 +29,7 @@ HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory autocd correctall extendedglob nomatch
setopt appendhistory autocd extendedglob nomatch
unsetopt beep notify
bindkey -v
zstyle :compinstall filename '/home/salt/.zshrc'