AutoYADM commit: 2025-01-05 04:00:02

This commit is contained in:
Daniel Fichtinger 2025-01-05 04:00:02 -05:00
parent 75b2dc9c6d
commit e55f4169e9

View file

@ -8,8 +8,10 @@ $cmake\
$golang\
$java\
$lua\
$rust\
$container\
$direnv\
$nix_shell\
$git_branch\
$git_state\
$git_status\
@ -34,15 +36,8 @@ format = "[$branch]($style)"
style = "bright-black"
[git_status]
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)"
style = "cyan"
conflicted = ""
untracked = ""
modified = ""
staged = ""
renamed = ""
deleted = ""
stashed = "≡"
# format = '([\[$all_status$ahead_behind\]]($style) )'
format = '([$all_status$ahead_behind ]($style) )'
[git_state]
format = '\([$state( $progress_current/$progress_total)]($style)\) '
@ -53,8 +48,10 @@ format = "[$duration]($style) "
style = "yellow"
[python]
format = "[$virtualenv]($style) "
style = "bright-black"
# format = "[$virtualenv]($style) "
format = 'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'
# style = "bright-black"
symbol = "󰌠 "
[golang]
symbol = " "
@ -64,3 +61,6 @@ symbol = "󰢱 "
[nix_shell]
symbol = "󱄅 "
[rust]
symbol = "󱘗 "