From 9b078afb686345cd7e23beeada97ffa4bfc75b6f Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Mon, 26 Feb 2024 16:59:28 -0600 Subject: [PATCH] added shell to starship prompt. --- starship/.config/starship.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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"