From 4ba9563c43896162a042aeea2501e9c8c7b78bef Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Mon, 14 Aug 2017 15:32:09 -0500
Subject: [PATCH] Polish zshrc

---
 .zshrc | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

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"