har-si

Results 1 comments of har-si

> Hah, I think I found a method that is working: using escape codes for the ansi colors instead of `%F{blue}`: > > ```shell > zstyle ':completion:*:*:descriptions' format $'\033[1;34m%d\033[0m' >...