Include dotfiles in TAB completion

This commit is contained in:
Niccolò Maggioni 2015-10-13 22:48:26 +02:00
commit c79a258426
No known key found for this signature in database
GPG key ID: 4874B0C841E33264

View file

@ -76,6 +76,8 @@ if [[ $ZSH_DISABLE_COMPFIX != true ]]; then
else
compinit -i -d "${ZSH_COMPDUMP}"
fi
# Enable dotfiles completion
_comp_options+=(globdots)
# Load all of the plugins that were defined in ~/.zshrc
for plugin ($plugins); do