Update starship config
- toolbox command ~> symbol - switch order in prompt Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
b42e5f2ec0
commit
d916dbad93
1 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue