summary refs log tree commit diff
path: root/.config/starship.toml
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-02-09 00:17:39 +0100
committerRobert Günzler <r@gnzler.io>2022-02-09 00:17:39 +0100
commit466e33ccc16751ecec59b3a577fc62934e2ff328 (patch)
tree7ed8e12f62c91117ebe830ec4607862b6279cb2d /.config/starship.toml
parentec81cd9321e07e603a9cbc161c43be4a8515bf1a (diff)
starship: disable git modules
Diffstat (limited to '.config/starship.toml')
-rw-r--r--.config/starship.toml8
1 files changed, 7 insertions, 1 deletions
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 = "∆"