From 1c5cae36bd6847dc97ad2e9fed0e0dca4d0331ad Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Mon, 01 Jun 2020 05:38:40 +0000
Subject: [PATCH] enabled spellchecking

---
 zsh/.zshrc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zsh/.zshrc b/zsh/.zshrc
index 9ddb678..2abab2b 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -8,7 +8,7 @@
 SAVEHIST=10000
 
 # ZSH options
-setopt autocd extendedglob # Automatically cd without cd and expand globs
+setopt autocd extendedglob correct_all # Automatically cd without cd and expand globs
 unsetopt beep notify # Turn off terminal beeps
 bindkey -e #Emacs mode
 

--
Gitblit v1.9.3