summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 075859f..3c5d65d 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -125,7 +125,7 @@ HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=1000000000
setopt beep notify
-setopt CORRECT_ALL
+setopt CORRECT
# bindkey -v
# Map Ctrl+G to switch to normal mode (like Escape)
# bindkey '^G' vi-cmd-mode