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";