diff options
author | Starfall <us@starfall.systems> | 2020-09-07 18:45:34 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-09-07 18:45:34 -0500 |
commit | d3d97d701ce3d06bc7c5ac45be1b3398d7c9e28d (patch) | |
tree | 2cab499b33b266bf197bf6134dfe592fee89453d | |
parent | dee43ea06497c5122045360096768ea3c744dadc (diff) |
zsh: turn off autocorrect. what the hell is PING and why would i want that instead of ping
-rw-r--r-- | .config/zsh/.zshrc | 4 |
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 |