dont show name unless its not us
This commit is contained in:
parent
87f7e3418c
commit
28ee12a6a1
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
"foreground": "p:text",
|
||||
"powerline_symbol": "\ue0b4",
|
||||
"style": "diamond",
|
||||
"template": "{{ .UserName }}",
|
||||
"template": "{{ if ne .UserName \"jonny\" }} {{ .UserName }}{{ end }}",
|
||||
"type": "session"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue