diff options
-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 |