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_commit\
|
||||||
$git_state\
|
$git_state\
|
||||||
$git_status\
|
$git_status\
|
||||||
$cmd_duration\
|
$nix_shell\
|
||||||
$jobs\
|
$jobs\
|
||||||
$time\
|
$time\
|
||||||
$nix_shell\
|
$cmd_duration\
|
||||||
$line_break\
|
$line_break\
|
||||||
$directory\
|
$directory\
|
||||||
$character"""
|
$character"""
|
||||||
|
@ -32,11 +32,11 @@ format = "at [$time]($style) "
|
||||||
[directory]
|
[directory]
|
||||||
format = "[$path]($style)[$read_only]($read_only_style) "
|
format = "[$path]($style)[$read_only]($read_only_style) "
|
||||||
|
|
||||||
|
[custom.toolbox]
|
||||||
|
when = "ls /run/.containerenv"
|
||||||
|
symbol = " "
|
||||||
|
style = "bold purple"
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[\\$](bold green)"
|
success_symbol = "[\\$](bold green)"
|
||||||
error_symbol = "[\\$](bold red)"
|
error_symbol = "[\\$](bold red)"
|
||||||
|
|
||||||
[custom.toolbox]
|
|
||||||
when = "ls /run/.containerenv"
|
|
||||||
command = "echo "
|
|
||||||
style = "bold purple"
|
|
||||||
|
|
Loading…
Reference in a new issue