Update starship config
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
5dbc666609
commit
cfb68e987c
1 changed files with 3 additions and 3 deletions
|
@ -32,10 +32,10 @@ format = "at [$time]($style) "
|
||||||
format = "[$path]($style)[$read_only]($read_only_style) "
|
format = "[$path]($style)[$read_only]($read_only_style) "
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[%%](bold green)"
|
success_symbol = "[\\$](bold green)"
|
||||||
error_symbol = "[%%](bold red)"
|
error_symbol = "[\\$](bold red)"
|
||||||
|
|
||||||
[custom.toolbox]
|
[custom.toolbox]
|
||||||
when = "ls /run/.containerenv"
|
when = "ls /run/.containerenv"
|
||||||
command = "echo ⬢"
|
command = "echo "
|
||||||
style = "bold purple"
|
style = "bold purple"
|
||||||
|
|
Loading…
Reference in a new issue