X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=e133f6d18cf5a577da4b5595fd3f986995157b8b;hb=59acfe69f7b93e94551220659b0c7445193e2440;hp=b8ad05fab87c1686360f2581f49e6662322ed367;hpb=0acec18969e0c3540b09a49802c8f75b3d9b96f4;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index b8ad05f..e133f6d 100644 --- 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 # the first time. setopt nolistambiguous