zsh/starship: improve padding on ssh line

This commit is contained in:
Colin 2023-07-18 10:17:13 +00:00
parent 91f47f863d
commit e3b7896169

View File

@ -49,10 +49,10 @@ in {
# TODO: tune foreground color of username
username.style_user = "bg:${colors._01_purple}";
username.style_root = "bold bg:${colors._01_purple}";
username.format = "[$user]($style)";
username.format = "[$user ]($style)";
hostname.style = "bold bg:${colors._01_purple}";
hostname.format = "[$ssh_symbol$hostname]($style)";
hostname.format = "[$ssh_symbol$hostname ]($style)";
directory.style = "bg:${colors._02_pink} fg:#ffffff";
directory.format = "[ $path ]($style)";