feat(starship): Change symbols

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2021-08-29 16:10:50 +02:00
parent fbba2fa1c9
commit 889d79842e
No known key found for this signature in database
GPG key ID: 332171FADF1DB90B

View file

@ -34,11 +34,11 @@ format = "[$path]($style)[$read_only]($read_only_style) "
[custom.toolbox] [custom.toolbox]
when = "ls /run/.containerenv" when = "ls /run/.containerenv"
symbol = " " symbol = " "
command = "bash ~/.local/bin/toolbox_name.sh" command = "bash ~/.local/bin/toolbox_name.sh"
format = "in [$symbol($output )]($style)" format = "in [$symbol($output )]($style)"
style = "bold purple" style = "bold purple"
[character] [character]
success_symbol = "[\\$](bold green)" success_symbol = "[λ](bold green)"
error_symbol = "[\\$](bold red)" error_symbol = "[λ](bold red)"