about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2020-09-07 18:45:34 -0500
committerStarfall <us@starfall.systems>2020-09-07 18:45:34 -0500
commitd3d97d701ce3d06bc7c5ac45be1b3398d7c9e28d (patch)
tree2cab499b33b266bf197bf6134dfe592fee89453d
parentdee43ea06497c5122045360096768ea3c744dadc (diff)
zsh: turn off autocorrect. what the hell is PING and why would i want that instead of ping
-rw-r--r--.config/zsh/.zshrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 0e6c7a6..edab06a 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -10,10 +10,6 @@ fi
 setopt autocd
 export CDPATH=".:$HOME:$HOME/devil:$HOME/src"
 
-# spelling correction... TBA if we like this
-# could also use correct_all & potentially alias some things with nocorrect
-setopt correct
-
 # just enables a bit nicer life when copy/pasting commands from docs
 setopt interactive_comments