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