mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 21:07:52 +00:00
18 lines
541 B
Markdown
18 lines
541 B
Markdown
|
[Return to Presets](./README.md#bracketed-segments)
|
||
|
|
||
|
# Bracketed Segments Preset
|
||
|
|
||
|
This preset changes the format of all the built-in modules to show their segment in brackets instead of using the default Starship wording ("via", "on", etc.).
|
||
|
|
||
|
![Screenshot of Bracketed Segments preset](/presets/img/bracketed-segments.png)
|
||
|
|
||
|
### Configuration
|
||
|
|
||
|
```sh
|
||
|
starship preset bracketed-segments -o ~/.config/starship.toml
|
||
|
```
|
||
|
|
||
|
[Click to download TOML](/presets/toml/bracketed-segments.toml)
|
||
|
|
||
|
<<< @/.vuepress/public/presets/toml/bracketed-segments.toml
|