error:current_time_millis:7: command not found: gdate
MrBaiYinL opened this issue · 8 comments
MrBaiYinL commented
MrBaiYinL commented
@ChesterYue mac Pro M1
lxdora commented
解决了吗?
atkvishnu commented
brew install coreutils
ChesterYue commented
steroman commented
jerryeca commented
nicolae-nicolaev commented
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.