feat(starship): add nix-shell indicator
This commit is contained in:
parent
af8c8b14ca
commit
664090ddce
1 changed files with 5 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue