ChesterYue / ohmyzsh-theme-passion

An oh-my-zsh theme.
MIT License
294 stars 135 forks source link

error:current_time_millis:7: command not found: gdate #12

Closed MrBaiYinL closed 2 years ago

MrBaiYinL commented 2 years ago

This error prompt is displayed when executing the command:

current_time_millis:7: command not found: gdate

image
MrBaiYinL commented 2 years ago

@ChesterYue mac Pro M1

lxdora commented 2 years ago

解决了吗?

atkvishnu commented 1 year ago

brew install coreutils

ChesterYue commented 1 year ago

解决了吗?

macOS, command not found: gdate

steroman commented 3 months ago

Hello, how are you doing?

Sorry to repost on a closed thread but I started to face this error too all of a sudden. I tried all the steps indicated but I'm still facing it. Is there any chances someone could help?

Screenshot 2024-04-29 at 09 37 38

Alfred692 commented 1 month ago

Hello, how are you doing?

Sorry to repost on a closed thread but I started to face this error too all of a sudden. I tried all the steps indicated but I'm still facing it. Is there any chances someone could help?

Screenshot 2024-04-29 at 09 37 38

I face the same problem

nicolae-nicolaev commented 1 month ago

After installing coreutils with command: brew install coreutils

The PATH variable is updated in .zshrc, however it is at the bottom of the file. Move the following line from .zshrc: export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}";

to a line before the ZSH_THEME="passion"

That fixed it for me. Hope it helps.