updated readme

This commit is contained in:
MasterGordon 2024-08-19 23:08:44 +02:00
parent 890d141b9d
commit 1ed10e9a06
1 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,8 @@ The configuration of the prompt is fully modular and customizable.
### Prompt Parts ### Prompt Parts
The color property of every icon is optional.
#### Branch Name #### Branch Name
The branch name is the name of the current branch. The branch name is the name of the current branch.
@ -67,7 +69,7 @@ The origin icon is the icon of the current branch's remote.
}, },
"defaultIcon": { "defaultIcon": {
"icon": "", "icon": "",
"color": "orange" "color": "white"
} }
} }
``` ```