Add hostname to theme for SSH.
This commit is contained in:
parent
fc6a31e98f
commit
12913b0cc5
@ -27,7 +27,7 @@
|
|||||||
"type": "session",
|
"type": "session",
|
||||||
"style": "plain",
|
"style": "plain",
|
||||||
"foreground": "#ffffff",
|
"foreground": "#ffffff",
|
||||||
"template": " {{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }}",
|
"template": " {{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }}{{ if .SSHSession }}@{{ .HostName }}{{ end }}",
|
||||||
"properties": {
|
"properties": {
|
||||||
"display_host": false
|
"display_host": false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user