Changed color of prompt
This commit is contained in:
parent
e104313b1b
commit
6d5d05385a
1 changed files with 7 additions and 1 deletions
|
@ -81,7 +81,13 @@
|
||||||
{
|
{
|
||||||
"foreground"= "p:mauve";
|
"foreground"= "p:mauve";
|
||||||
"style"= "plain";
|
"style"= "plain";
|
||||||
"template"= "{{ .UserName }}@{{ .HostName }} ";
|
"template"= "{{ .UserName }}@";
|
||||||
|
"type"= "session";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"foreground"= "p:peach";
|
||||||
|
"style"= "plain";
|
||||||
|
"template"= "{{ .HostName }}";
|
||||||
"type"= "session";
|
"type"= "session";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue