mirror of
https://github.com/ChesterYue/ohmyzsh-theme-passion.git
synced 2026-07-21 20:11:03 +00:00
22 lines
538 B
Markdown
22 lines
538 B
Markdown
# ohmyzsh-theme-passion
|
|
|
|
An oh-my-zsh theme.
|
|
|
|
## Introduction
|
|
|
|

|
|
|
|
* real time prompt.
|
|
* command running time cost prompt.
|
|
|
|
## 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;```
|