From 87ae0a2d4404d38170ce473a62ead61416566ec7 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 10 May 2023 22:30:54 -0400 Subject: [PATCH] omp: adjust path display type --- oh-my-posh/vpotato.minimal.omp.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oh-my-posh/vpotato.minimal.omp.json b/oh-my-posh/vpotato.minimal.omp.json index 9141446..b78008e 100644 --- a/oh-my-posh/vpotato.minimal.omp.json +++ b/oh-my-posh/vpotato.minimal.omp.json @@ -59,7 +59,8 @@ "foreground": "#100e23", "powerline_symbol": "\ue0b0", "properties": { - "style": "unique" + "style": "agnoster_short", + "max_depth": 3 }, "style": "powerline", "template": " {{ .Path }} ",