Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Problem with ZLS_COLOURS (zsh-3.1.6-test-2)



Hi,
I have a slight problem with ZLS_COLOURS - the colours aren't being used
in all cases :-(
I use this:
ZLS_COLOURS="no=36;40:fi=36;40:di=32;40:ln=36;40:pi=31;40:so=22;40:bd=44;37:cd=44;37:ex=35;40:mi=36;40:lc=\e[:rc=m:ec=:ma=37;41:*=36;40"

jean-luc@picard (ttyp5) ~> setopt
noalwayslastprompt
completeinword
extendedglob
interactive
monitor
rmstarsilent
shinstdin
zle
jean-luc@picard (ttyp5) ~> echo $ZSH_VERSION
3.1.6-test-2

jean-luc@picard (ttyp5) ~> ls <TAB>
zsh: do you wish to see all 154 possibilities? 
-> works, shows all in the desired colours

jean-luc@picard (ttyp5) ~> ls <TAB>
zsh: do you wish to see all 154 possibilities? y
jean-luc@picard (ttyp5) ~> ls a<TAB>
-> works, shows all 3 matches in cyan as desired

jean-luc@picard (ttyp5) ~> ls a<TAB>
-> doesn't work, shows all 3 matches uncoloured

Any hints what goes wrong? Did I miss an option or is this really a bug?

CU,
Thomas

-- 
    Thomas Köhler    Email:     jean-luc@xxxxxxxxxxxxxxxxx
        <><           WWW:    http://home.pages.de/~jeanluc/
                      IRC:               jeanluc
      LCARS --- Linux for Computers on All Real Starships



Messages sorted by: Reverse Date, Date, Thread, Author