Add hostname to theme for SSH.
This commit is contained in:
parent
fc6a31e98f
commit
12913b0cc5
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user