From f3f2985543d13754f087f8004060804afcdf7df4 Mon Sep 17 00:00:00 2001 From: Tiago Bovolin Date: Fri, 3 Dec 2021 20:25:33 -0300 Subject: [PATCH] theme(spaceship): move prompt below user --- themes/spaceship.omp.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/themes/spaceship.omp.json b/themes/spaceship.omp.json index ec6c7315..a43e424b 100644 --- a/themes/spaceship.omp.json +++ b/themes/spaceship.omp.json @@ -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",