From b61234e6e21e174425e83d61e0cc519b480c8bb1 Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 26 Mar 2022 02:25:40 +0100 Subject: [PATCH] starship(format): edit terraform section --- .config/starship.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index f7c674c..feca48c 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -104,6 +104,10 @@ format = "(bg:$stylefg:#4169e1)[$symbol $status](bg:$style)(fg:$style) " # ref: # https://github.com/starship/starship/discussions/1107#discussioncomment-345147 + +[terraform] +format = "[🏎💨 $version ($workspace )]($style)" + [time] # Enable and format the time module disabled = false