From d3d97d701ce3d06bc7c5ac45be1b3398d7c9e28d Mon Sep 17 00:00:00 2001 From: Starfall Date: Mon, 7 Sep 2020 18:45:34 -0500 Subject: zsh: turn off autocorrect. what the hell is PING and why would i want that instead of ping --- .config/zsh/.zshrc | 4 ---- 1 file changed, 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 -- cgit