dots/home/private_dot_config/private_fish/starship.toml
2024-05-24 16:20:19 +08:00

14 lines
434 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 根据 schema 提供自动补全
"$schema" = 'https://starship.rs/config-schema.json'
# 在提示符之间插入空行
add_newline = true
# 将提示符中的 '' 替换为 '➜'
[character] # 此模块名称为 'character'
success_symbol = '[➜](bold green)' # 将 'success_symbol' 片段设置成颜色为 'bold green' 的 '➜'
error_symbol = '[➜](bold red)'
# duration
[cmd_duration]
format = '[$duration](bold yellow)'