diff --git a/nix/shell/prompt/starship/config.nix b/nix/shell/prompt/starship/config.nix index 811d946..f0634ea 100644 --- a/nix/shell/prompt/starship/config.nix +++ b/nix/shell/prompt/starship/config.nix @@ -10,6 +10,7 @@ "$git_state" "$git_metrics" "$git_status" + "$shlvl" "$nix_shell" "$cmd_duration" "$jobs" @@ -24,8 +25,9 @@ git_commit.commit_hash_length = 6; - directory = { - truncate_to_repo = true; - truncation_length = 6; + shlvl = { + disabled = false; + format = "[$symbol$shlvl]($style) "; + symbol = "↕️ "; }; }