fix(starship): adjust SHLVL offset
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
a7d1d64472
commit
a571765b15
1 changed files with 5 additions and 2 deletions
|
@ -61,10 +61,13 @@ in {
|
|||
|
||||
shlvl = {
|
||||
disabled = false;
|
||||
repeat = true;
|
||||
threshold = 2;
|
||||
|
||||
symbol = " ";
|
||||
format = "[ $symbol]($style)";
|
||||
threshold = 1;
|
||||
|
||||
repeat = true;
|
||||
repeat_offset = 1;
|
||||
};
|
||||
|
||||
nix_shell = {
|
||||
|
|
Loading…
Reference in a new issue