From cb4291d6d836b288064da4c3fa9a88166f147df2 Mon Sep 17 00:00:00 2001 From: Mikael CAPELLE Date: Mon, 17 Jul 2023 15:02:08 +0200 Subject: [PATCH] Remove node segment. --- theme.omp.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/theme.omp.json b/theme.omp.json index beafbb5..05c1e6a 100644 --- a/theme.omp.json +++ b/theme.omp.json @@ -38,15 +38,6 @@ "type": "prompt", "alignment": "left", "segments": [ - { - "type": "envvar", - "style": "powerline", - "foreground": "#fff000", - "properties": { - "prefix": " \udb81\udfb7 ", - "var_name": "__SHELL_INFORMATION_POSH_258__" - } - }, { "type": "go", "style": "powerline", @@ -54,13 +45,6 @@ "background": "#983ebb", "template": " \udb81\udfd3 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} " }, - { - "type": "node", - "style": "powerline", - "foreground": "#ffffff", - "background": "#983ebb", - "template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} " - }, { "type": "python", "style": "powerline",