From 4d979d9e928963929787ac1ba6eb6e67177a4cd2 Mon Sep 17 00:00:00 2001 From: AtomicCoding Date: Mon, 21 May 2018 18:58:51 -0700 Subject: [PATCH] Added zstyle to set completion colors --- modules/utility/init.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/utility/init.zsh b/modules/utility/init.zsh index 55cdde8..b6f5435 100644 --- a/modules/utility/init.zsh +++ b/modules/utility/init.zsh @@ -12,6 +12,9 @@ if (( terminfo[colors] >= 8 )); then # GNU colours are used by completion module for all OSTYPEs (( ! ${+LS_COLORS} )) && export LS_COLORS='di=1;34:ln=35:so=32:pi=33:ex=31:bd=1;36:cd=1;33:su=30;41:sg=30;46:tw=30;42:ow=30;43' + # Set completion colors to LS_COLORS + zstyle ':completion:*' list-colors $LS_COLORS + if (( ${+commands[dircolors]} )); then # GNU