mirror of
https://github.com/starship/starship.git
synced 2024-11-25 17:54:08 +01:00
0200d75b37
* fix: Added {download} attribute to download links * fix: Reverted the changes to translated files * fix: Reverted changes to translated files --------- Co-authored-by: Zaira Bibi <zaira.bibi@A006-01279.local>
18 lines
593 B
Markdown
18 lines
593 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)
|
|
|
|
### Configuration
|
|
|
|
```sh
|
|
starship preset no-empty-icons -o ~/.config/starship.toml
|
|
```
|
|
|
|
[Click to download TOML](/presets/toml/no-empty-icons.toml){download}
|
|
|
|
<<< @/public/presets/toml/no-empty-icons.toml
|