X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/a2cd31157c9d949195cba09a63c7878ffb7fe069..b99725df4b5b6a5a712cdd30040c9e3b929dd663:/.zsh/zshrc/20_compsys?ds=inline

diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys
index 4980eaa..9df7b29 100644
--- a/.zsh/zshrc/20_compsys
+++ b/.zsh/zshrc/20_compsys
@@ -26,6 +26,9 @@ setopt always_to_end
 # be magic about adding/removing final characters on tab completion
 setopt auto_param_keys auto_param_slash auto_remove_slash
 
+# load fancy completion list and menu handler
+zmodload zsh/complist
+
 # initialise the completion system
 autoload -U compinit
 compinit -d $VAR/zsh/compdump