mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-26 16:43:09 +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 "
|
format = "[$hostname]($style) in "
|
||||||
ssh_only = false
|
ssh_only = false
|
||||||
style = "bold dimmed red"
|
style = "bold dimmed red"
|
||||||
trim_at = "-"
|
# If enabled hostnames with dashes will be cut off ##
|
||||||
|
#trim_at = "-"
|
||||||
|
|
||||||
# Third param
|
# Third param
|
||||||
[directory]
|
[directory]
|
||||||
|
Loading…
Reference in New Issue
Block a user