]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
Load zsh/complist before compinit.
[config/dotfiles.git] / zsh / rc
diff --git a/zsh/rc b/zsh/rc
index b8ad05fab87c1686360f2581f49e6662322ed367..e133f6d18cf5a577da4b5595fd3f986995157b8b 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -162,11 +162,11 @@ fi
 
 # COMPLETION SETTINGS
 
-# Use new completion system.
-autoload -U compinit && compinit
 # Load the complist module which provides additions to completion lists
 # (coloring, scrollable).
 zmodload zsh/complist
+# Use new completion system.
+autoload -U compinit && compinit
 # Make sure the list of possible completions is displayed after pressing <TAB>
 # the first time.
 setopt nolistambiguous