From ab51687bfb11aa3cffbfe009176e8639661bcc23 Mon Sep 17 00:00:00 2001 From: chesteryue Date: Sat, 4 Mar 2023 12:02:08 +0800 Subject: [PATCH] [U] typo --- passion.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passion.zsh-theme b/passion.zsh-theme index 4f31220..22fb734 100644 --- a/passion.zsh-theme +++ b/passion.zsh-theme @@ -5,7 +5,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then { 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]to get [gdate] by running:$reset_color" echo "$fg_bold[green]brew install coreutils;$reset_color";