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) "
|
||||
|
||||
[character]
|
||||
success_symbol = "[%%](bold green)"
|
||||
error_symbol = "[%%](bold red)"
|
||||
success_symbol = "[\\$](bold green)"
|
||||
error_symbol = "[\\$](bold red)"
|
||||
|
||||
[custom.toolbox]
|
||||
when = "ls /run/.containerenv"
|
||||
command = "echo ⬢"
|
||||
command = "echo "
|
||||
style = "bold purple"
|
||||
|
|
Loading…
Reference in a new issue