From 43ac4ae3bc7e860b550d67235d85b894676f32b6 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 16 Aug 2022 11:50:57 +0200 Subject: [PATCH] starship: configure container section --- .config/starship.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index b687f3d..536360e 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -44,6 +44,12 @@ disabled = true [conda] disabled = true +[container] +disabled = false +format = '[$symbol](bold $style)[\[$name\]]($style bold dimmed) ' +symbol = '⬢ ' +style = 'red' + [crystal] disabled = true