A powerful and colorful zsh theme based on tjkirch.zsh-theme.
showing
- user name
- machine hostname
- full path of current working directory
- git status
- elapsed time of the last command executed
- current date time
- '$' in the second line
FAIL: <return status>
when the last command failed
- $ git clone https://github.com/Roger-Wu/rainbow-zsh-theme.git ~/.oh-my-zsh/custom/themes/rainbow
- edit ~/.zshrc
ZSH_THEME="rainbow/rainbow"
$ git clone https://github.com/Roger-Wu/rainbow-zsh-theme.git ~/.oh-my-zsh/custom/themes/rainbow
- to make
gdate
work, run$ brew install coreutils
- edit ~/.zshrc
ZSH_THEME="rainbow/rainbow_mac"