This commit is contained in:
Niccolò Maggioni 2017-05-04 07:21:56 +00:00 committed by GitHub
commit 0603b42348

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