fix(zsh): adjust the starship config
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
0554e665c5
commit
c13adc9084
1 changed files with 3 additions and 10 deletions
|
@ -36,20 +36,13 @@ format = '\([$state( $progress_current/$progress_total)]($style)\) '
|
||||||
style = "cyan"
|
style = "cyan"
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)"
|
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style) "
|
||||||
style = "cyan"
|
style = "cyan"
|
||||||
conflicted = ""
|
|
||||||
untracked = ""
|
|
||||||
modified = ""
|
|
||||||
staged = ""
|
|
||||||
renamed = ""
|
|
||||||
deleted = ""
|
|
||||||
stashed = "≡"
|
|
||||||
|
|
||||||
[custom.toolbox]
|
[custom.toolbox]
|
||||||
when = "ls /run/.containerenv"
|
when = "ls /run/.containerenv"
|
||||||
symbol = " "
|
symbol = " "
|
||||||
command = "~/.local/bin/toolbox_name.sh"
|
command = "~/.local/bin/toolbox_name"
|
||||||
format = "in [$symbol($output )]($style)"
|
format = "in [$symbol($output )]($style)"
|
||||||
style = "bold purple"
|
style = "bold purple"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue