ohmyzsh-theme-passion/README.md
2020-04-26 15:55:07 +08:00

18 lines
No EOL
575 B
Markdown

# ohmyzsh-theme-passion
An oh-my-zsh theme.
## Introducion
![passion](https://raw.githubusercontent.com/ChesterYue/ohmyzsh-theme-passion/master/passion.gif)
* time prompt will update once you finish inputting.
* time cost will show after command running.
## Usage
REF: [Oh-My-Zsh External themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes)
## Trouble Shooting
### macOS
passsion.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;```