Sync config

This commit is contained in:
2026-06-29 20:46:10 -03:00
parent 7805a6eace
commit 9c43fa36ab
+4 -1
View File
@@ -1,9 +1,12 @@
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
add_newline = false add_newline = false
username.show_always = true username.show_always = true
username.format = "[$user]($style)" username.format = "[$user]($style)"
username.style_user = "white" username.style_user = "white"
hostname.ssh_only = false hostname.ssh_only = false
hostname.format = "[$ssh_symbol$hostname]($style)" hostname.format = "[$hostname$ssh_symbol]($style)"
hostname.style = "white" hostname.style = "white"
hostname.ssh_symbol = " 🌐" hostname.ssh_symbol = " 🌐"
directory.truncate_to_repo = false directory.truncate_to_repo = false