added shell to starship prompt.
This commit is contained in:
parent
a0f578a204
commit
9b078afb68
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue