Files
starship/docs/ja-JP/presets/no-empty-icons.md
T

18 lines
669 B
Markdown
Raw Normal View History

2022-12-05 15:54:12 +09:00
[プリセット一覧に戻る](./README.md#no-empty-icons)
2023-02-21 12:40:15 +09:00
# No Empty Icons プリセット
2022-12-05 15:54:12 +09:00
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.
2023-02-21 12:40:15 +09:00
![Empty Icons プリセットのスクリーンショット](/presets/img/no-empty-icons.png)
2022-12-05 15:54:12 +09:00
### 設定
```sh
2023-04-11 13:05:27 +09:00
starship preset no-empty-icons -o ~/.config/starship.toml
2022-12-05 15:54:12 +09:00
```
[クリックしてTOMLをダウンロード](/presets/toml/no-empty-icons.toml)
2023-04-25 14:43:51 +00:00
@[code](../../.vuepress/public/presets/toml/no-empty-icons.toml)