From 466e33ccc16751ecec59b3a577fc62934e2ff328 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 9 Feb 2022 00:17:39 +0100 Subject: starship: disable git modules --- .config/starship.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/starship.toml b/.config/starship.toml index 2b32318..d1f8248 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -33,7 +33,13 @@ style = "bright-yellow" [git_branch] format = "[$symbol$branch]($style) " -disabled = false +disabled = true + +[git_commit] +disabled = true + +[git_state] +disabled = true [jobs] symbol = "∆" -- cgit 1.4.1