updated readme
This commit is contained in:
parent
2d6f4c5c58
commit
62b7f3240f
|
|
@ -24,7 +24,7 @@ The configuration of the prompt is fully modular and customizable.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
````json
|
```json
|
||||||
{
|
{
|
||||||
"version-do-not-modify": "0.1.0",
|
"version-do-not-modify": "0.1.0",
|
||||||
"schema": "$XDG_CONFIG_HOME/fast-git-prompt/schema.json",
|
"schema": "$XDG_CONFIG_HOME/fast-git-prompt/schema.json",
|
||||||
|
|
@ -33,6 +33,7 @@ The configuration of the prompt is fully modular and customizable.
|
||||||
// Your prompt parts go here
|
// Your prompt parts go here
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
### Prompt Parts
|
### Prompt Parts
|
||||||
|
|
||||||
|
|
@ -45,7 +46,7 @@ The branch name is the name of the current branch.
|
||||||
"type": "branchName",
|
"type": "branchName",
|
||||||
"color": "white" // Optional
|
"color": "white" // Optional
|
||||||
}
|
}
|
||||||
````
|
```
|
||||||
|
|
||||||
#### Origin Icon
|
#### Origin Icon
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue