[battery] full_symbol = "• " charging_symbol = "⇡ " discharging_symbol = "⇣ " unknown_symbol = "❓ " empty_symbol = "❗ " [git_branch] symbol = '🌱 ' truncation_symbol = '' ignore_branches = ['master', 'main'] [git_commit] commit_hash_length = 4 tag_symbol = '🔖 ' [git_metrics] added_style = 'bold blue' format = '[+$added]($added_style)/[-$deleted]($deleted_style) ' [git_state] format = '[\($state( $progress_current of $progress_total)\)]($style) ' cherry_pick = '[🍒 PICKING](bold red)' [git_status] conflicted = '🏳' ahead = '🏎💨' behind = '😰' diverged = '😵' up_to_date = '✓' untracked = '🤷' stashed = '📦' modified = '📝' staged = '[++\($count\)](green)' renamed = '👅' deleted = '🗑' [java] symbol = '🌟 ' [nodejs] format = 'via [🤖 $version](bold green) ' [pulumi] symbol = "🧊 " [docker_context] format = 'via [🐋 $context](blue bold)' [deno] format = 'via [🦕 $version](green bold) ' [custom.vtex-vendor] command = "grep vendor manifest.json | cut -d'\"' -f4" detect_files = ['manifest.json'] style = "bold blue" format = '🍎 [$output]($style) ' [custom.vtex-version] command = "grep version manifest.json | cut -d'\"' -f4" detect_files = ['manifest.json'] style = "bold yellow" format = '[$output]($style) '