diff options
| -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 = "∆" |