From ad1711cd59ef4b3bc6b9bfad91c0650797035997 Mon Sep 17 00:00:00 2001 From: "Florian RICHER (MrDev023)" Date: Wed, 27 Oct 2021 20:46:53 +0200 Subject: [PATCH] update --- configs/powershell/ohmyposh.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/configs/powershell/ohmyposh.json b/configs/powershell/ohmyposh.json index 3818fe6..01db766 100644 --- a/configs/powershell/ohmyposh.json +++ b/configs/powershell/ohmyposh.json @@ -38,6 +38,20 @@ "display_upstream_icon": true } }, + { + "type": "dotnet", + "style": "powerline", + "powerline_symbol": "", + "invert_powerline": false, + "foreground": "#ffffff", + "background": "#6CA35E", + "leading_diamond": "", + "trailing_diamond": "", + "properties": { + "display_version": true, + "prefix": "  " + } + }, { "type": "root", "style": "powerline",