From cf1c9184474aadc3c47a57e7605056a539da05c9 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sat, 14 Oct 2023 19:56:23 +1100 Subject: [PATCH] Fix deprecated config key in starship.toml --- config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/starship.toml b/config/starship.toml index 83899de..3f0a638 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -4,7 +4,7 @@ format = '$all$kubernetes$line_break$jobs$battery$time$status$os$container$shell [character] success_symbol = "[❯](bold purple)" -vicmd_symbol = "[❮](bold purple)" +vimcmd_symbol = "[❮](bold purple)" [cmd_duration] format = '[ $duration]($style) '