From 15ed7860f3ad8ee9e9108af7702b024f0815e19c Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Fri, 23 Sep 2011 20:24:19 -0400 Subject: [PATCH] Enabled zsh-completions. --- init.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/init.zsh b/init.zsh index b95f536f..d6430102 100644 --- a/init.zsh +++ b/init.zsh @@ -10,6 +10,7 @@ fpath=( $OMZ/themes/*(/N) ${plugins:+$OMZ/plugins/${^plugins}} $OMZ/functions + $OMZ/completions $fpath )