From a295a52164446d3c3e6c3c2965a522de63440bcf Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 21 Apr 2022 21:55:40 +0200 Subject: [PATCH] starship: add nix_shell module config --- .config/starship.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index 0d9df1e..f5d71f7 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -100,6 +100,11 @@ format = "[$symbol($version )]($style)" [lua] disabled = true +[nix_shell] +disabled = false +symbol = " " # requires patched font, the default is ❄️ +format = '[$symbol](bold bright-cyan)[$state](bold italic bright-purple)[( \($name\))]($style) ' + [nodejs] symbol = "⬢ " format = "[$symbol]($style)"