An oh-my-zsh theme.
Find a file
2022-03-11 13:56:15 +08:00
.gitignore add ignore 2021-09-27 11:11:54 +08:00
dash-passion.zsh-theme add local vars 2022-03-11 13:56:15 +08:00
LICENSE [A] MIT license 2020-11-22 18:20:19 +08:00
passion.gif [U] video / gif introduction 2020-04-22 16:47:32 +08:00
passion.mov [U] video / gif introduction 2020-04-22 16:47:32 +08:00
passion.zsh-theme [D] login info 2020-12-09 22:25:16 +08:00
README.md [U] gdate for macOS in trouble shooting 2020-04-26 15:55:07 +08:00

ohmyzsh-theme-passion

An oh-my-zsh theme.

Introducion

passion

  • time prompt will update once you finish inputting.
  • time cost will show after command running.

Usage

REF: Oh-My-Zsh 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;