From ffe85794e07bbcaebce872386040422ae23fabdb Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Fri, 21 Aug 2020 15:36:48 +0200 Subject: [PATCH] changed starship conf to not show git state --- zsh/starship.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/zsh/starship.toml b/zsh/starship.toml index 7844f19..6871365 100644 --- a/zsh/starship.toml +++ b/zsh/starship.toml @@ -2,3 +2,15 @@ add_newline = false [time] disabled = false + +[git_branch] +disabled = true + +[git_commit] +disabled = true + +[git_state] +disabled = true + +[git_status] +disabled = true