Update starship.toml the "trim_at" option was cutting off hostnames with "-" in them

This commit is contained in:
dwilliam62 2024-02-10 18:33:32 +00:00
parent 228939c6ed
commit 60d0beba74

View File

@ -12,7 +12,8 @@ disabled = false
format = "[$hostname]($style) in "
ssh_only = false
style = "bold dimmed red"
trim_at = "-"
# If enabled hostnames with dashes will be cut off ##
#trim_at = "-"
# Third param
[directory]