aboutsummaryrefslogtreecommitdiffstats
path: root/_zsh/setopt.zsh
diff options
context:
space:
mode:
Diffstat (limited to '_zsh/setopt.zsh')
-rw-r--r--_zsh/setopt.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/_zsh/setopt.zsh b/_zsh/setopt.zsh
index f80fda6..79a1832 100644
--- a/_zsh/setopt.zsh
+++ b/_zsh/setopt.zsh
@@ -44,7 +44,7 @@ unsetopt MENU_COMPLETE
# spelling correction for commands
setopt CORRECT
# spelling correction for arguments
-setopt CORRECTALL
+#setopt CORRECTALL
## Prompt
# enable parameter expansion, command substitution, and arithmetic expansion