From 6d5d05385a3f5a8284055b0e639b249b260ad785 Mon Sep 17 00:00:00 2001 From: fwastring Date: Tue, 28 Jan 2025 12:41:23 +0100 Subject: [PATCH] Changed color of prompt --- shared/oh-my-posh.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/shared/oh-my-posh.nix b/shared/oh-my-posh.nix index 9c812e9..bbac0b9 100644 --- a/shared/oh-my-posh.nix +++ b/shared/oh-my-posh.nix @@ -81,7 +81,13 @@ { "foreground"= "p:mauve"; "style"= "plain"; - "template"= "{{ .UserName }}@{{ .HostName }} "; + "template"= "{{ .UserName }}@"; + "type"= "session"; + } + { + "foreground"= "p:peach"; + "style"= "plain"; + "template"= "{{ .HostName }}"; "type"= "session"; } ];