diff --git a/config/starship.toml b/config/starship.toml index 0f81b6c..ad13696 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -6,6 +6,9 @@ format = '$all$kubernetes$line_break$jobs$battery$time$status$os$container$shell success_symbol = "[❯](bold purple)" vicmd_symbol = "[❮](bold purple)" +[cmd_duration] +format = '[ $duration]($style) ' + [git_status] style = "218" @@ -166,6 +169,7 @@ symbol = " " symbol = "🪺 " [python] +format = "[$symbol($version)]($style) " symbol = " " [rlang]