From fe471e59830e0d08aa278b21385d5c2da87f084f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Tue, 5 Apr 2016 19:04:53 +0200 Subject: [PATCH] dont correct to dot-files --- .zshrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zshrc b/.zshrc index 8f105e6..9033473 100644 --- a/.zshrc +++ b/.zshrc @@ -110,6 +110,13 @@ zstyle :compinstall filename "$HOME/.zshrc" # Always do mid-word tab completion setopt complete_in_word + +#---------------------------------- Corrections ------------------------------- + +# dont correct arguments to dot-files +CORRECT_IGNORE='[._]*' +CORRECT_IGNORE_FILE='[._]*' + #---------------------------------- Prediction -------------------------------- autoload predict-on