dont correct to dot-files
This commit is contained in:
parent
c662bf7b99
commit
fe471e5983
7
.zshrc
7
.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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user