Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
some color fails in command.
- X-seq: zsh-users 22801
- From: Ray Andrews <rayandrews@xxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: some color fails in command.
- Date: Tue, 08 Aug 2017 12:39:40 -0700
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Gentlemen:
echo -e "$fg[red]foo"
echo -e "\e[36;1mbar\e[0m"
Sourced, both work, but if I make the script executable the top one
fails (stays B&W) but the second line continues to work as expected.
How should I understand that?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author