mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
fix: remove double spaces in default values (#6649)
Command run: `for file in $(rg --hidden '". "' -l); do sed -i '/". "/s/ ",/ ",/' $file; done`
This commit is contained in:
@@ -3531,7 +3531,7 @@ Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Uos = "🐲 "
|
||||
Void = " "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[aws]
|
||||
symbol = " "
|
||||
symbol = " "
|
||||
|
||||
[buf]
|
||||
symbol = " "
|
||||
|
||||
Reference in New Issue
Block a user