X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/8cb0099bf1690c4df754ad210a4c2c275aab97e6..40b63e708819d7e898b31d832b3522472044c5df:/.zsh/zshrc/20_compsys?ds=sidebyside 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