From c1d766be53d1fecfd265d9671870dbf456294a05 Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Fri, 27 Jan 2017 22:21:11 +0200 Subject: [PATCH] Add more completions --- plugins.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins.zsh b/plugins.zsh index e2ee551..81c7715 100644 --- a/plugins.zsh +++ b/plugins.zsh @@ -3,4 +3,5 @@ zplug "mafredri/zsh-async" zplug "sindresorhus/pure" zplug "zsh-users/zsh-history-substring-search" zplug "willghatch/zsh-cdr" +zplug "zsh-users/zsh-completions" zplug "zsh-users/zaw"