Tweak starship a little

This commit is contained in:
2025-04-28 17:46:16 -03:00
parent b858d798ae
commit 5c0ac04bab

View File

@ -5,6 +5,7 @@ username.style_user = "white"
hostname.ssh_only = false hostname.ssh_only = false
hostname.format = "[$ssh_symbol$hostname]($style)" hostname.format = "[$ssh_symbol$hostname]($style)"
hostname.style = "white" hostname.style = "white"
hostname.ssh_symbol = "🌐"
directory.truncate_to_repo = false directory.truncate_to_repo = false
directory.format = "[$path]($style)[$read_only]($read_only_style)" directory.format = "[$path]($style)[$read_only]($read_only_style)"
directory.style = "white" directory.style = "white"