aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-03-16 17:09:46 -0500
committerToby Vincent <tobyv13@gmail.com>2023-03-16 17:09:46 -0500
commit4ec95d1aa6e06017c02c13ee4a0a1bde1713886b (patch)
tree10dee80081a4cb061746c054887dcb5d31366561 /zsh
parent25d0e2e4bc6c225b3783cd32cf0553a334615b3d (diff)
fix(zsh): replace CORRECT_ALL with CORRECT
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 3762de8..528e810 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -19,7 +19,7 @@ setopt HIST_IGNORE_DUPS
setopt HIST_IGNORE_SPACE
setopt HIST_VERIFY
setopt NONOMATCH
-setopt CORRECT_ALL
+setopt CORRECT
bindkey -v
bindkey -m 2>/dev/null