From 599ab26f29ba182c2a6510099ae885f5821817ad Mon Sep 17 00:00:00 2001 From: mo8it Date: Sat, 10 Feb 2024 12:45:27 +0100 Subject: [PATCH] Disable git metrics --- .config/starship.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 891aeab..c663aff 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -3,7 +3,6 @@ $directory\ $git_branch\ $git_commit\ $git_state\ -$git_metrics\ $git_status\ $cmd_duration\ $line_break\ @@ -14,6 +13,3 @@ $character""" [status] format = "[$status]($style)" disabled = false - -[git_metrics] -disabled = false