added shell to starship prompt.

This commit is contained in:
Gabe Venberg 2024-02-26 16:59:28 -06:00
parent a0f578a204
commit 9b078afb68

View file

@ -2,6 +2,7 @@
format = """ format = """
[](color_orange)\ [](color_orange)\
$shell\
$hostname\ $hostname\
[@](bg:color_orange)\ [@](bg:color_orange)\
$username\ $username\
@ -16,7 +17,7 @@ $git_metrics\
[](fg:color_blue bg:color_bg3)\ [](fg:color_blue bg:color_bg3)\
$git_commit\ $git_commit\
$fill\ $fill\
[](fg:color_bg3 bg:color_bg1)\ [](fg:color_bg1 bg:color_bg3)\
$time\ $time\
[ ](fg:color_bg1)\ [ ](fg:color_bg1)\
$line_break$character""" $line_break$character"""
@ -42,6 +43,15 @@ ssh_only = false
format = "[$ssh_symbol$hostname]($style)" format = "[$ssh_symbol$hostname]($style)"
style = "bg:color_orange" style = "bg:color_orange"
[shell]
disabled = false
bash_indicator = '$'
fish_indicator = '<><'
zsh_indicator = '%'
nu_indicator = '>'
format = '[$indicator ]($style)'
style = "bg:color_orange"
[fill] [fill]
symbol = " " symbol = " "
style = "bg:color_bg3" style = "bg:color_bg3"