From c5dfe22aebbe9239a2d2835d7cc1179ccecc1a64 Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Wed, 1 Mar 2023 00:35:24 +0200 Subject: [PATCH] Show current shell in starship --- starship/.config/starship.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index c75fc3a..f393060 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -1,3 +1,7 @@ +[shell] +style = 'cyan bold' +disabled = false + [aws] format = '\[[$symbol($profile)(\($region\))(\[$duration\])]($style)\]'