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" '