This commit is contained in:
mr0xb 2026-05-28 10:00:17 -04:00
commit 490cfc4a3a
No known key found for this signature in database
5 changed files with 27 additions and 9 deletions

View file

@ -30,6 +30,7 @@ $package\
$golang\
$helm\
$terraform\
${custom.terragrunt}\
$nim\
$nodejs\
$python\
@ -243,6 +244,15 @@ symbol = '󰘬'
format = '[─](fg:current_line)[ $symbol ](fg:primary bg:color4)([ $version ](fg:foreground bg:box))'
symbol = '󱁢'
###
# Configures the terragrunt module (custom, no native starship support)
###
[custom.terragrunt]
command = "terragrunt --version 2>/dev/null | grep -oE 'v[0-9]+\\.[0-9]+\\.[0-9]+'"
when = "test -f terragrunt.hcl"
format = '[─](fg:current_line)[ $symbol ](fg:primary bg:color4)([ $output ](fg:foreground bg:box))'
symbol = 'TG'
###
# Configures the nodejs module
###