feat(starship): add nix-shell indicator

This commit is contained in:
matt1432 2023-10-07 02:04:31 -04:00
parent af8c8b14ca
commit 664090ddce

View file

@ -16,9 +16,13 @@
"[](fg:#382c4a bg:#120e18)"
"$git_branch"
"[](fg:#120e18)"
"\n$shlvl$character"
"\n$shlvl$nix_shell$character"
];
nix_shell = {
#TODO
};
username = {
show_always = true;
style_user = "fg:#e3e5e5 bg:#715895";