AutoYADM commit: 2025-01-05 04:00:02
This commit is contained in:
parent
75b2dc9c6d
commit
e55f4169e9
1 changed files with 11 additions and 11 deletions
|
@ -8,8 +8,10 @@ $cmake\
|
||||||
$golang\
|
$golang\
|
||||||
$java\
|
$java\
|
||||||
$lua\
|
$lua\
|
||||||
|
$rust\
|
||||||
$container\
|
$container\
|
||||||
$direnv\
|
$direnv\
|
||||||
|
$nix_shell\
|
||||||
$git_branch\
|
$git_branch\
|
||||||
$git_state\
|
$git_state\
|
||||||
$git_status\
|
$git_status\
|
||||||
|
@ -34,15 +36,8 @@ format = "[$branch]($style)"
|
||||||
style = "bright-black"
|
style = "bright-black"
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)"
|
# format = '([\[$all_status$ahead_behind\]]($style) )'
|
||||||
style = "cyan"
|
format = '([$all_status$ahead_behind ]($style) )'
|
||||||
conflicted = ""
|
|
||||||
untracked = ""
|
|
||||||
modified = ""
|
|
||||||
staged = ""
|
|
||||||
renamed = ""
|
|
||||||
deleted = ""
|
|
||||||
stashed = "≡"
|
|
||||||
|
|
||||||
[git_state]
|
[git_state]
|
||||||
format = '\([$state( $progress_current/$progress_total)]($style)\) '
|
format = '\([$state( $progress_current/$progress_total)]($style)\) '
|
||||||
|
@ -53,8 +48,10 @@ format = "[$duration]($style) "
|
||||||
style = "yellow"
|
style = "yellow"
|
||||||
|
|
||||||
[python]
|
[python]
|
||||||
format = "[$virtualenv]($style) "
|
# format = "[$virtualenv]($style) "
|
||||||
style = "bright-black"
|
format = 'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'
|
||||||
|
# style = "bright-black"
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
[golang]
|
[golang]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
@ -64,3 +61,6 @@ symbol = " "
|
||||||
|
|
||||||
[nix_shell]
|
[nix_shell]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
||||||
|
[rust]
|
||||||
|
symbol = " "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue