Allow completion of dot directories (#6803)

Fixes #3775, fixes #6543
master
Marc Cornellà 8 years ago committed by GitHub
parent 00f311a3c1
commit 6bff079332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      lib/completion.zsh

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

Loading…
Cancel
Save