From e0bf46a0bfc2c9317d2609c72a399ee48e00e2ed Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Sat, 2 May 2020 22:27:02 +0200 Subject: [PATCH] Make ZSH completion colorful --- .zsh/lib/completion.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/lib/completion.zsh b/.zsh/lib/completion.zsh index def0ed0..76fcedb 100644 --- a/.zsh/lib/completion.zsh +++ b/.zsh/lib/completion.zsh @@ -21,7 +21,7 @@ else fi # uncomment if completion should be colorful -# zstyle ':completion:*' list-colors '' +zstyle ':completion:*' list-colors '' # should this be in keybindings? bindkey -M menuselect '^o' accept-and-infer-next-history