Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
list-colors style using the more general one
- X-seq: zsh-users 24361
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: list-colors style using the more general one
- Date: Fri, 18 Oct 2019 15:46:04 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=02pFGqlrd+maNRvtyw785F2fkzeuelnHPdQEXY8iHf4=; b=R6T8XYvDMA4IHTgBwx6dyGygHXW7u/G5L822caddPn7Y4a3JljOY4KzILovaDzoH+d VljOAHk7et+A9KMXk6XleAstbGlJyXINpht6lJdmnVoDutkUxV9wZ97cPkJ1bSuytaBo RjGrGOH4BEBHF+/4f+J114nYCkPU1w6yZKjrQKcR9ySwPCBChd+CY3dU+go2AYTV5Bhs +fw4ELVRQEGrSF+MLGnDwRRC9z8Uz0vR2cVKHuqJ/F5VTGuGpVG9ehkLHgi4rZh6L1T5 B1H+G7OVaYNsQ1bruyYyZ2ctFqURUKlVoh8lK1+b3KxbzDnfM1UELYKyCBhNUvR5VdIC BTUQ==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello,
I'm using the following zstyle:
zstyle ':completion:*:zplugin:argument-rest:plugins' list-colors
'=(#b)(*)/(*)==1;35=1;33'
It is working fine, i.e. colorizes the completed results, until I also
issue the following zstyle:
zstyle ":completion:*" list-colors “${(s.:.)LS_COLORS}”
Why would a more general style block the more specific one?
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author