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

23 lines
568 B
Markdown

# ohmyzsh-theme-passion
An oh-my-zsh theme.
## Introduction
![passion](https://raw.githubusercontent.com/ChesterYue/ohmyzsh-theme-passion/master/passion.gif)
* real time prompt.
* command running time cost prompt.
* command running error hint.
## Usage
REF: [Oh-My-Zsh External themes](https://github.com/ohmyzsh/ohmyzsh/wiki/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;```