Add leading space to hostname segment
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
add_newline = false
|
||||
|
||||
format = '${custom.toolbox}${custom.localhost}[](bold fg:#XXXXXX bg:#444444)$directory$python$git_branch$git_status$status$character'
|
||||
format = '[ ](bold fg:#000000 bg:#XXXXXX)${custom.toolbox}${custom.localhost}[](bold fg:#XXXXXX bg:#444444)$directory$python$git_branch$git_status$status$character'
|
||||
|
||||
[directory]
|
||||
format = "[$read_only]($read_only_style)[$path ]($style)[](fg:#444444 bg:#XXXXXX)"
|
||||
@@ -39,10 +39,10 @@ format = '([](bold fg:#XXXXXX bg:#fcf52a)[$virtualenv]($style)[](bold bg:#
|
||||
|
||||
[custom.toolbox]
|
||||
style = "bold bg:#XXXXXX fg:bright-white"
|
||||
command = "echo -ne 'toolbox '"
|
||||
command = "echo -ne ' toolbox'"
|
||||
when = '[ -f /run/.toolboxenv ]'
|
||||
|
||||
[custom.localhost]
|
||||
style = "bold bg:#XXXXXX fg:bright-white"
|
||||
command = "echo -ne $HOSTNAME "
|
||||
command = 'echo -ne " $HOSTNAME"'
|
||||
when = '[ ! -f /run/.toolboxenv ]'
|
||||
|
||||
Reference in New Issue
Block a user