diff --git a/starship/starship.toml b/starship/starship.toml index d0c6ff0..42db11d 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -2,7 +2,9 @@ add_newline = false command_timeout = 1000 -format = """$os$username$hostname$kubernetes$directory$git_branch$git_status""" +format = """$os$username$hostname$kubernetes$git_branch$git_status +|$directory +└─> """ # Drop ugly default prompt characters [character] @@ -34,12 +36,12 @@ show_always = true # Shows the hostname [hostname] ssh_only = false -format = 'on [$hostname](bold yellow) ' +format = 'host=>[$hostname](bold yellow) ' disabled = false # Shows current directory [directory] -truncation_length = 1 +truncation_length = 70 truncation_symbol = '…/' home_symbol = '󰋜 ~' read_only_style = '197' @@ -48,7 +50,7 @@ format = 'at [$path]($style)[$read_only]($read_only_style) ' # Shows current git branch [git_branch] -symbol = ' ' +symbol = '' format = 'via [$symbol$branch]($style)' # truncation_length = 4 truncation_symbol = '…/' @@ -56,7 +58,7 @@ style = 'bold green' # Shows current git status [git_status] -format = '[$all_status$ahead_behind]($style) ' +format = '([ \( $all_status$ahead_behind\)]($style) )' style = 'bold green' conflicted = '🏳' up_to_date = '' @@ -72,7 +74,7 @@ deleted = ' ' # Shows kubernetes context and namespace [kubernetes] -format = 'via [󱃾 $context\($namespace\)](bold blue) ' +format = 'via [󱃾 $context\($namespace\)](bold purple) ' disabled = false # ---