increase starship truncation length
This commit is contained in:
parent
2e5ccadc62
commit
257492868e
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ style = 'bg:nord0 fg:nord4'
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
truncation_length = 1
|
truncation_length = 5
|
||||||
truncate_to_repo = true
|
truncate_to_repo = true
|
||||||
format = '[ $path ]($style)[$read_only]($read_only_style)'
|
format = '[ $path ]($style)[$read_only]($read_only_style)'
|
||||||
style = 'bg:nord1 fg:nord4'
|
style = 'bg:nord1 fg:nord4'
|
||||||
|
|
Loading…
Add table
Reference in a new issue