e081852f4e2d1d7bbc3cd9970235d3ab27430cc8
ohmyzsh-theme-passion
An oh-my-zsh theme.
Introduction
- real time prompt.
- command running time cost prompt.
- command running error hint.
Usage
- clone repo:
git clone https://github.com/ChesterYue/ohmyzsh-theme-passion; - copy theme:
cp ./ohmyzsh-theme-passion/passion.zsh-theme ~/.oh-my-zsh/themes/passion.zsh-theme; - modify rc: open
~/.zshrcfindZSH_THEMEedit toZSH_THEME="passion"; - execute rc:
source ~./zshrc;
REF: Overriding and adding 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;
Description
Languages
Shell
100%
