Fix deprecated config key in starship.toml
This commit is contained in:
parent
3cb0586a49
commit
cf1c918447
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ format = '$all$kubernetes$line_break$jobs$battery$time$status$os$container$shell
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[❯](bold purple)"
|
success_symbol = "[❯](bold purple)"
|
||||||
vicmd_symbol = "[❮](bold purple)"
|
vimcmd_symbol = "[❮](bold purple)"
|
||||||
|
|
||||||
[cmd_duration]
|
[cmd_duration]
|
||||||
format = '[ $duration]($style) '
|
format = '[ $duration]($style) '
|
||||||
|
|
Loading…
Reference in a new issue