FG
💻 Software

ZSH Completion colors and OS X

Fresh7 days ago
Mar 15, 202623070 views
Confidence Score0%
0%

Problem

Consider this minimal .zshrc : On OS X, uses colors if is set to TRUE and the colors used are in which default value is . Doing a will print directories in blue. But when doing , ZSH will propose completions with directories in red and in bold. What is the problem and how can I have the same colors…

Error Output

export CLICOLOR=1;
export LSCOLORS=exfxcxdxbxegedabagacad; # It is the default value on OSX, so this line can be omitted

autoload -Uz compinit
compi…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: ZSH Completion colors and OS X

Low Risk

You need to read the instructions carefully: knows how to handle , which is the GNU/Linux variant of color configuration, but you use OSX's/BSD's . They are very different, and it appears doesn't know how to handle the latter. example for red output…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment