updated readme
This commit is contained in:
parent
890d141b9d
commit
1ed10e9a06
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue