This commit is contained in:
chesteryue 2023-03-04 12:02:08 +08:00
parent 11b1a03575
commit ab51687bfb

View file

@ -5,7 +5,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
{ {
gdate gdate
} || { } || {
echo "\n$fg_bold[yellow]passsion.zsh-theme depends on cmd [gdate] to get current time in milliseconds$reset_color" echo "\n$fg_bold[yellow]passion.zsh-theme depends on cmd [gdate] to get current time in milliseconds$reset_color"
echo "$fg_bold[yellow][gdate] is not installed by default in macOS$reset_color" echo "$fg_bold[yellow][gdate] is not installed by default in macOS$reset_color"
echo "$fg_bold[yellow]to get [gdate] by running:$reset_color" echo "$fg_bold[yellow]to get [gdate] by running:$reset_color"
echo "$fg_bold[green]brew install coreutils;$reset_color"; echo "$fg_bold[green]brew install coreutils;$reset_color";