Closed ignlg closed 5 years ago
It looks like locale -c LC_TIME -k
isn't supported by macOS.
https://github.com/dracula/zsh/blob/91741d3e44c2d7a9aa20a0c22b5e3e904ec4f8d2/dracula.zsh-theme#L70-L72
But I think it can be fixed/replaced with locale -ck LC_TIME
.
If accepted I can do some more testing and make a PR.
Good catch! locale -ck LC_TIME
seems to work flawlessly in macOS and GNU/Linux.
@ignlg you mean locale -ck LC_TIME
I hope 😅
@Glennmen yes! Sorry, fixed 🤦♂ I tested locale -ck LC_TIME
(sh history checked)
After enabling
ZSH outputs an error on every prompt print:
Version:
zsh 5.3 (x86_64-apple-darwin18.0)