mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-14 17:24:06 +00:00
7485c90c9f
* feat(docs): move to vitepress * change up hero styles to match existing site * A bit more style tweaking * Replace stylus with plain CSS * improve unicode-range value for nerdfont --------- Co-authored-by: Matan Kushner <hello@matchai.dev>
18 lines
584 B
Markdown
18 lines
584 B
Markdown
[Return to Presets](./#no-empty-icons)
|
||
|
||
# No Empty Icons Preset
|
||
|
||
If toolset files are identified the toolset icon is displayed. If the toolset is not found to determine its version number, it is not displayed. This preset changes the behavior to display the icon only if the toolset information can be determined.
|
||
|
||
![Screenshot of No Empty Icons preset](/presets/img/no-empty-icons.png)
|
||
|
||
### Yapılandırma
|
||
|
||
```sh
|
||
starship preset no-empty-icons -o ~/.config/starship.toml
|
||
```
|
||
|
||
[Click to download TOML](/presets/toml/no-empty-icons.toml)
|
||
|
||
<<< @/public/presets/toml/no-empty-icons.toml
|