From f514ebe0084ad37888063116049c15c8e81ba7b5 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 18 Oct 2025 12:58:43 +0200 Subject: [PATCH] starship: Enable terraform and typst modules Explicitly enable terraform and typst version displays (if in directory with terraform state files or .typ files for typst), and change the symbol for the typst module to a feather (which is much nicer than the plain 't' it would display otherwise). --- terminal/.config/starship.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/terminal/.config/starship.toml b/terminal/.config/starship.toml index 4ffc47f..de7e41d 100644 --- a/terminal/.config/starship.toml +++ b/terminal/.config/starship.toml @@ -21,6 +21,8 @@ $go\ $lua\ $nodejs\ $python\ +$terraform\ +$typst\ $package """ @@ -81,6 +83,13 @@ symbol = " 󱍔 " style = 'bold yellow' format = "[$symbol]($style)" +[terraform] +disabled = false + +[typst] +disabled = false +symbol = '󰛓 ' + [custom.shell_bash_indicator] command = 'echo ' when = ' test "$STARSHIP_SHELL" = "bash" '