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

This commit is contained in:
Tyler Kelley 2024-02-10 19:08:05 +00:00
commit 28809e3757

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]