(starship): Add hostname to prompt.

This commit is contained in:
Heavy 2024-11-03 14:10:02 +01:00
parent 698008824a
commit fd1b2265b1

View File

@ -1,6 +1,6 @@
format = """
[](#a3aed2)\
[ ](bg:#a3aed2 fg:#090c0c)\
[ $hostname ](bg:#a3aed2 fg:#090c0c)\
[](bg:#769ff0 fg:#a3aed2)\
$directory\
[](fg:#769ff0 bg:#394260)\
@ -17,6 +17,12 @@ $time\
[ ](fg:#1d2230)\
\n$character"""
[hostname]
ssh_only = false
format = '[$ssh_symbol]($style)[$hostname]($style) '
disabled = false
style = "bg:#a3aed2 fg:#090c0c"
[directory]
style = "fg:#e3e5e5 bg:#769ff0"
format = "[ $path ]($style)"