From ed7aa63a56b080ded2189ec38ee4607091eff452 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 21 Oct 2020 01:25:11 +0200 Subject: [PATCH] zsh completion menu --- zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/zshrc b/zsh/zshrc index ef04e27..3b3094d 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -2,6 +2,7 @@ bindkey -e autoload -U compinit && compinit -d ~/.config/zsh/caches/zcompdump autoload -U promptinit && promptinit zstyle ':completion:*' menu select +zstyle ':completion:*' list-colors '' zmodload zsh/complist export HISTSIZE=10000