From c0097415696b77807ad1ca9afc645ce220608ad3 Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Fri, 29 May 2020 20:17:59 +0200 Subject: [PATCH] remove zinit for good and add compinit --- dot_zshrc.tmpl | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index c9e68e5..35d2a21 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -22,14 +22,8 @@ setopt extended_history setopt extendedglob setopt nomatch -#source ~/.zinit/bin/zinit.zsh -#zinit load zsh-users/zsh-autosuggestions -#zinit light zdharma/history-search-multi-word -#zinit snippet OMZ::plugins/bgnotify/bgnotify.plugin.zsh -#zinit ice as"completion" -#zinit snippet OMZ::plugins/pass/_pass -#zinit wait lucid atload"zicompinit; zicdreplay" blockf for zsh-users/zsh-completions - +autoload -U compinit +compinit zstyle ':completion:*:*:cd:*' tag-order local-directories path-directories zstyle ':completion:*' menu select=2 zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s