[U] demo - image

This commit is contained in:
ChesterYue
2023-03-27 00:14:05 +08:00
parent 65dbfbd56c
commit d1a5810276
2 changed files with 7 additions and 9 deletions

View File

@@ -4,14 +4,14 @@
make sure image refed by [External-themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes) exist; 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 ## cmd
``` shell ``` shell
# mkdir demo # mkdir demo; cd demo; mkdir demo-git; cd demo-git; git init;
# cd demo
# mkdir demo-git
# cd demo-git
# git init
# git config --local user.name / user.email ... # git config --local user.name / user.email ...
# cd .. # cd ..
@@ -25,8 +25,6 @@ touch test.txt
git st git st
git add -A git add -A
git ci -m "test" git ci -m "test"
# enter twice
``` ```
## screenshot
hide personal info.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 302 KiB

After

Width:  |  Height:  |  Size: 975 KiB