1
0
Fork 0

Change color for nix-shell on starship

This commit is contained in:
Ethan Reece 2025-07-14 03:57:26 -05:00
parent 4ad69c7f48
commit b588ff8125
Signed by: me
GPG key ID: DD8CE04D5D8FF832

View file

@ -252,10 +252,9 @@ in
+ "$kotlin"
+ "$haskell"
+ "$python"
+ "[](fg:green bg:black)"
+ "$nix_shell"
+ "[](fg:black bg:sapphire)"
+ "[](fg:green bg:sapphire)"
+ "$conda"
+ "$nix_shell"
+ "[](fg:sapphire bg:lavender)"
+ "$time"
+ "[ ](fg:lavender)"
@ -374,8 +373,8 @@ in
};
nix_shell = {
symbol = "󱄅";
style = "bg:black";
format = ''[[ $symbol( $name) ](fg:blue bg:black)]($style)'';
style = "fg:crust bg:sapphire";
format = ''[[ $symbol( $name) ](fg:crust bg:sapphire)]($style)'';
};
time = {
disabled = false;