ohmyzsh-theme-passion/README.md
2021-12-16 23:10:58 +08:00

538 B

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;