Allow completion of dot directories (#6803)

Fixes #3775, fixes #6543
This commit is contained in:
Marc Cornellà 2018-05-07 18:15:01 +02:00 committed by GitHub
parent 00f311a3c1
commit 6bff079332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ else
fi
unset CASE_SENSITIVE HYPHEN_INSENSITIVE
# Complete . and .. special directories
zstyle ':completion:*' special-dirs true
zstyle ':completion:*' list-colors ''
zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01'