AutoYADM commit: 2025-01-05 03:30:02
This commit is contained in:
parent
f9d5546ff6
commit
a55624c089
3 changed files with 7 additions and 14 deletions
|
@ -10,14 +10,16 @@ $python\
|
|||
$line_break\
|
||||
$character"""
|
||||
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
[directory]
|
||||
style = "blue"
|
||||
fish_style_pwd_dir_length = 3
|
||||
|
||||
[character]
|
||||
success_symbol = "[❯](purple)"
|
||||
error_symbol = "[❯](red)"
|
||||
vimcmd_symbol = "[❮](green)"
|
||||
success_symbol = "[>](purple)"
|
||||
error_symbol = "[>](red)"
|
||||
vimcmd_symbol = "[<](green)"
|
||||
|
||||
[git_branch]
|
||||
format = "[$branch]($style)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue