zsh: include hidden files in completion
This commit is contained in:
parent
0db298fa85
commit
881fa855bb
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
zmodload zsh/complist
|
||||
autoload -Uz compinit && compinit
|
||||
|
||||
# Include hidden files when completing.
|
||||
_comp_options+=(globdots)
|
||||
|
||||
# Completion context pattern:
|
||||
# :completion:<function>:<completer>:<command>:<argument>:<tag>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue