dont correct to dot-files

This commit is contained in:
Paweł Płazieński 2016-04-05 19:04:53 +02:00
parent c662bf7b99
commit fe471e5983

7
.zshrc
View File

@ -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