Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

colour escape sequences don't work in zsh #14

Open
classabbyamp opened this issue Mar 17, 2021 · 1 comment
Open

colour escape sequences don't work in zsh #14

classabbyamp opened this issue Mar 17, 2021 · 1 comment

Comments

@classabbyamp
Copy link
Contributor

# this one is broken
$ echo \033[34;1m--> Creating ./data ...\033[0m
zsh: bad pattern: e[34
# this one is properly blue
$ echo $'\033[34;1m--> Creating ./data ...\033[0m'
--> Creating ./data ...

Not sure how this works inside the Makefile or in other shells. As it stands now, it prints the escape sequences without interpreting them at all

@0x5c
Copy link
Owner

0x5c commented Mar 18, 2021

For me it work perfectly on zsh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants