From eebf7bc18434c3a32be0f44dc654f6b38b260aec Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 7 Sep 2016 15:12:25 +0200 Subject: .zshrc: Explicitely loading the complist module. --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 0aab31a..4d500ec 100644 --- a/.zshrc +++ b/.zshrc @@ -243,6 +243,7 @@ unsetopt CLOBBER # Completion # +zmodload zsh/complist # include completions path in directory fpath=(/usr/share/zsh/site-functions/ $fpath) -- cgit v1.2.3-54-g00ecf