Add hostname to theme for SSH.

This commit is contained in:
Mikael CAPELLE 2023-07-17 10:36:02 +02:00
parent fc6a31e98f
commit 12913b0cc5

View File

@ -27,7 +27,7 @@
"type": "session",
"style": "plain",
"foreground": "#ffffff",
"template": " {{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }}",
"template": " {{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }}{{ if .SSHSession }}@{{ .HostName }}{{ end }}",
"properties": {
"display_host": false
}