mirror of
https://github.com/ChesterYue/ohmyzsh-theme-passion.git
synced 2026-07-21 20:11:03 +00:00
30 lines
551 B
Markdown
30 lines
551 B
Markdown
# demo
|
|
|
|
## warning
|
|
|
|
make sure image refed by [External-themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes) exist;
|
|
|
|
## iTerm title
|
|
|
|
Settings - Profiles - Window - Custom tab title - ohmyzsh-theme-passion
|
|
|
|
## cmd
|
|
|
|
``` shell
|
|
# mkdir demo; cd demo; mkdir demo-git; cd demo-git; git init;
|
|
# git config --local user.name / user.email ...
|
|
# cd ..
|
|
|
|
echo real time prompt
|
|
echo command running time cost prompt
|
|
test command running error hint
|
|
|
|
cd demo-git
|
|
echo git status prompt
|
|
touch test.txt
|
|
git st
|
|
git add -A
|
|
git ci -m "test"
|
|
|
|
# enter twice
|
|
```
|