added ssh symbol to starship prompt

This commit is contained in:
zegonix
2025-01-25 22:56:57 +01:00
parent 02bfff5e10
commit 12e38b4188

View File

@@ -1,7 +1,7 @@
format = """ format = """
\n\ \n\
[╭─ ](bold fg:zx_white)[⟨](bold fg:zx_light_magenta) \ [╭─ ](bold fg:zx_white)[⟨](bold fg:zx_light_magenta) \
$username\ $hostname$username \
[//](bold zx_magenta)\ [//](bold zx_magenta)\
$directory\ $directory\
[//](bold zx_cyan)\ [//](bold zx_cyan)\
@@ -44,6 +44,15 @@ style_user = "fg:zx_white"
style_root = "bold fg:zx_white" style_root = "bold fg:zx_white"
format = '[$user]($style)' format = '[$user]($style)'
[hostname]
disabled = false
ssh_only = false
trim_at = ''
ssh_symbol = '󱘖'
style = "bold fg:zx_white"
format = "[$ssh_symbol ]($style)"
[directory] [directory]
disabled = false disabled = false
style = "fg:zx_white" style = "fg:zx_white"