diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index a7de646f2..01b510858 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -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