theme(spaceship): move prompt below user

This commit is contained in:
Tiago Bovolin 2021-12-03 20:25:33 -03:00 committed by GitHub
parent a08a3a9a21
commit f3f2985543
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": false,
"final_space": true,
"osc99": false,
"console_title": false,
"blocks": [
@ -41,8 +41,14 @@
"prefix": "<#ffffff>on</> ",
"template": "{{ .HEAD }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}"
}
},
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "text",
"style": "plain",