From c79a258426feaa2781333b84e17bb12f5560b467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Maggioni?= Date: Tue, 13 Oct 2015 22:48:26 +0200 Subject: [PATCH] Include dotfiles in TAB completion --- oh-my-zsh.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 6cc5ac630..965c36b13 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