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

[bug] color none vs. default



Hi,

according to the manpage (zshcontrib) you could reset all
attributes using the color 'none', but this doesn't work.

    autoload -U colors
    colors
    echo "$fg[red]this is red$fg[none]this is still red"

Instead you have to use $fg[default] (thanks to #zsh on freenode).



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