migrate to specific folder & add fish conf
This commit is contained in:
parent
7c63ae9df9
commit
687a8696e3
45 changed files with 74 additions and 0 deletions
14
home/private_dot_config/private_fish/starship.toml
Normal file
14
home/private_dot_config/private_fish/starship.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
# 根据 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)'
|
Loading…
Add table
Add a link
Reference in a new issue