diff --git a/users/profiles/starship.nix b/users/profiles/starship.nix index e858544..9ae0507 100644 --- a/users/profiles/starship.nix +++ b/users/profiles/starship.nix @@ -15,7 +15,7 @@ format = '' ([╳](bold grey) $status$cmd_duration) - [┌┨[$username@$hostname](${section.user_host})┠(┨$shell $shlvl┠)──(┨$nix_shell┠)───────────┨](${line_style}) + [┌┨[$username@$hostname](${section.user_host})┠(┨$shell$shlvl┠)──(┨$nix_shell┠)───────────┨](${line_style}) [┝┫$directory(┣━┫$git_branch$git_status(@$git_commit)( $git_metrics)( $git_state))┃](${line_style}) [└┨](${line_style})$character ''; @@ -102,8 +102,9 @@ shlvl = { disabled = false; - format = "[$symbol$shlvl]($style)"; + format = " [$symbol$shlvl]($style)"; symbol = " "; + threshold = 0; }; shell = {