fix(starship): adjust SHLVL offset
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-14 13:01:48 -05:00
parent a7d1d64472
commit a571765b15

View file

@ -61,10 +61,13 @@ in {
shlvl = { shlvl = {
disabled = false; disabled = false;
repeat = true; threshold = 2;
symbol = "󰔳 "; symbol = "󰔳 ";
format = "[ $symbol]($style)"; format = "[ $symbol]($style)";
threshold = 1;
repeat = true;
repeat_offset = 1;
}; };
nix_shell = { nix_shell = {