[.zshrc] Disable autocorrection

This commit is contained in:
Daniel Carrillo 2020-01-23 12:48:30 +01:00
parent 03e717ee41
commit 0ba8b247f0
1 changed files with 4 additions and 0 deletions

4
.zshrc
View File

@ -9,6 +9,10 @@ export PATH=$PATH:~/bin
setopt clobber
zstyle ':completion:*' rehash true
unsetopt correct
unsetopt correctall
DISABLE_CORRECTION="true"
##### aliases ######
alias ccat="pygmentize -O style=native -g "