mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 14:43:08 +01:00
Update starship.toml, the "trim_at" option was cutting off hostnames with "-" in them. Thanks Ddubs
This commit is contained in:
commit
28809e3757
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user