Files
starship/docs/zh-CN/presets/no-empty-icons.md
T

18 lines
532 B
Markdown
Raw Normal View History

2024-03-03 17:55:30 +01:00
[返回全部预设](./#no-empty-icons)
2022-12-05 15:54:12 +09:00
# No Empty Icons Preset
2024-10-18 03:20:57 +09:00
只有确认toolset文件后才显示toolset图标。 如果没有找到toolset的版本号,就不会显示toolset。 本预设改变了图标的显示条件:只有找到toolset信息时显示。
2022-12-05 15:54:12 +09:00
2024-10-18 03:20:57 +09:00
![No 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
```
2024-10-18 03:20:57 +09:00
[Click to download TOML](/presets/toml/no-empty-icons.toml){download}
2022-12-05 15:54:12 +09:00
2024-03-03 17:55:30 +01:00
<<< @/public/presets/toml/no-empty-icons.toml