I've seen things like this zsh.org thread and this Reddit thread that shows how to highlight the common prefix of the completions with a color. Unfortunately, this overrides the LS_COLORS
that I've set. I derive a lot of information from my LS_COLORS
and I'd like them left alone if possible. Instead, I'd rather have the common prefix notated with an underline (leaving the colors).
Like this
But with an underline instead of a color, leaving my LS_COLORS
intact.
EDIT:
I have a possible solution, but it requires the ability to specify different list-colors
for different tags (not groups). We throw each type of file (symlink, pipe, etc.) into it's own tag, and have a group the contains them all.