From 0ba8b247f035723c8eedceff0a76aa23c088aca2 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Thu, 23 Jan 2020 12:48:30 +0100 Subject: [PATCH] [.zshrc] Disable autocorrection --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 61bb5e2..4a8706a 100644 --- a/.zshrc +++ b/.zshrc @@ -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 "