fix(starship): fix messed up cli
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
902364e391
commit
681a5c77af
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ in {
|
||||||
"$directory"
|
"$directory"
|
||||||
"[](fg:${promptColors.thirdColor} bg:${promptColors.fourthColor})"
|
"[](fg:${promptColors.thirdColor} bg:${promptColors.fourthColor})"
|
||||||
"$git_branch"
|
"$git_branch"
|
||||||
"[](fg:${promptColors.fourthColor})"
|
"[](fg:${promptColors.fourthColor})$shlvl$nix_shell"
|
||||||
"\n╰╴$shlvl$nix_shell$character"
|
"\n╰╴$character"
|
||||||
];
|
];
|
||||||
|
|
||||||
username = {
|
username = {
|
||||||
|
|
Loading…
Reference in a new issue