Changed color of prompt

This commit is contained in:
fwastring 2025-01-28 12:41:23 +01:00
parent e104313b1b
commit 6d5d05385a

View file

@ -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";
}
];