diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 388dbf8..813f1ea 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -2,6 +2,7 @@ format = """ [](color_orange)\ +$shell\ $hostname\ [@](bg:color_orange)\ $username\ @@ -16,7 +17,7 @@ $git_metrics\ [](fg:color_blue bg:color_bg3)\ $git_commit\ $fill\ -[](fg:color_bg3 bg:color_bg1)\ +[](fg:color_bg1 bg:color_bg3)\ $time\ [ ](fg:color_bg1)\ $line_break$character""" @@ -42,6 +43,15 @@ ssh_only = false format = "[$ssh_symbol$hostname]($style)" style = "bg:color_orange" +[shell] +disabled = false +bash_indicator = '$' +fish_indicator = '<><' +zsh_indicator = '%' +nu_indicator = '>' +format = '[$indicator ]($style)' +style = "bg:color_orange" + [fill] symbol = " " style = "bg:color_bg3"