mirror of
https://github.com/ChesterYue/ohmyzsh-theme-passion.git
synced 2026-07-25 14:01:03 +00:00
18 lines
No EOL
562 B
Markdown
18 lines
No EOL
562 B
Markdown
# ohmyzsh-theme-passion
|
|
An oh-my-zsh theme.
|
|
|
|
## Introducion
|
|

|
|
|
|
* 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 uses cmd ```gdate``` to get current time in milliseconds which is not installed default in macOS.
|
|
|
|
run ```brew install coreutils;``` to get ```gdate```; |