An oh-my-zsh theme.
Find a file
2021-12-16 23:10:58 +08:00
LICENSE [A] MIT license 2020-11-22 18:20:19 +08:00
passion.gif [U] typo fix 2021-12-16 23:10:58 +08:00
passion.zsh-theme [D] login info 2020-12-09 22:25:16 +08:00
README.md [U] typo fix 2021-12-16 23:10:58 +08:00

ohmyzsh-theme-passion

An oh-my-zsh theme.

Introduction

passion

  • real time prompt.
  • command running time cost prompt.

Usage

REF: Oh-My-Zsh External themes

Trouble Shooting

macOS

passion.zsh-theme depends on cmd gdate to get current time in milliseconds which is not installed by default in macOS.

to get gdate by running brew install coreutils;