diff options
| author | Robert Günzler <r@gnzler.io> | 2022-02-09 00:17:39 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-02-09 00:17:39 +0100 |
| commit | 466e33ccc16751ecec59b3a577fc62934e2ff328 (patch) | |
| tree | 7ed8e12f62c91117ebe830ec4607862b6279cb2d /.config | |
| parent | ec81cd9321e07e603a9cbc161c43be4a8515bf1a (diff) | |
starship: disable git modules
Diffstat (limited to '.config')
| -rw-r--r-- | .config/starship.toml | 8 |
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 = "∆" |