prompt: adjust spacing
This commit is contained in:
parent
4335f88360
commit
c27a3e47f3
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ class LoginPart(Part):
|
|||
else:
|
||||
self.fragments.append(style_color(COLOR_SESSION_LOCAL))
|
||||
|
||||
sign = "⮂" if is_remote else "@"
|
||||
sign = " ⮂ " if is_remote else "@"
|
||||
self.fragments.append(sign)
|
||||
|
||||
# hostname
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue