Update starship config

- toolbox command ~> symbol
- switch order in prompt

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2021-02-08 16:37:32 +01:00
parent b42e5f2ec0
commit d916dbad93
No known key found for this signature in database
GPG key ID: 625A0E78B2D1D899

View file

@ -6,10 +6,10 @@ $git_branch\
$git_commit\
$git_state\
$git_status\
$cmd_duration\
$nix_shell\
$jobs\
$time\
$nix_shell\
$cmd_duration\
$line_break\
$directory\
$character"""
@ -32,11 +32,11 @@ format = "at [$time]($style) "
[directory]
format = "[$path]($style)[$read_only]($read_only_style) "
[custom.toolbox]
when = "ls /run/.containerenv"
symbol = " "
style = "bold purple"
[character]
success_symbol = "[\\$](bold green)"
error_symbol = "[\\$](bold red)"
[custom.toolbox]
when = "ls /run/.containerenv"
command = "echo "
style = "bold purple"