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)" "[](fg:#382c4a bg:#120e18)"
"$git_branch" "$git_branch"
"[](fg:#120e18)" "[](fg:#120e18)"
"\n$shlvl$character" "\n$shlvl$nix_shell$character"
]; ];
nix_shell = {
#TODO
};
username = { username = {
show_always = true; show_always = true;
style_user = "fg:#e3e5e5 bg:#715895"; style_user = "fg:#e3e5e5 bg:#715895";