diff --git a/.zshrc b/.zshrc
index a6c06403..5ccc4c5c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -2,16 +2,13 @@
 HISTFILE=~/.histfile
 HISTSIZE=1000
 SAVEHIST=1000
-setopt appendhistory autocd extendedglob nomatch
+setopt appendhistory autocd correctall extendedglob nomatch
 unsetopt beep notify
 bindkey -v
-# End of lines configured by zsh-newuser-install
-# The following lines were added by compinstall
 zstyle :compinstall filename '/home/salt/.zshrc'
 
 autoload -Uz compinit
 compinit
-# End of lines added by compinstall
 
 # Append folders to PATH
 export PATH="$PATH:$HOME/.bin:$HOME/.local/bin"