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"
|
||||
|
||||
[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"
|
||||
conflicted = ""
|
||||
untracked = ""
|
||||
modified = ""
|
||||
staged = ""
|
||||
renamed = ""
|
||||
deleted = ""
|
||||
stashed = "≡"
|
||||
|
||||
[custom.toolbox]
|
||||
when = "ls /run/.containerenv"
|
||||
symbol = " "
|
||||
command = "~/.local/bin/toolbox_name.sh"
|
||||
symbol = " "
|
||||
command = "~/.local/bin/toolbox_name"
|
||||
format = "in [$symbol($output )]($style)"
|
||||
style = "bold purple"
|
||||
|
||||
|
|
Loading…
Reference in a new issue