diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-02-24 12:56:30 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-02-24 12:56:30 +0100 |
commit | 46b968bbe1e3b308b50a4f16ea365a64a5bf6e3a (patch) | |
tree | 004df497457de88cfa7f00b1ef619dc24eb19454 /config/essentials/starship.toml | |
parent | 9143bd23b1000e950274740c8bd3f973aeba5b9e (diff) |
checkpoint
Diffstat (limited to 'config/essentials/starship.toml')
-rw-r--r-- | config/essentials/starship.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/essentials/starship.toml b/config/essentials/starship.toml index ec9046b..7500194 100644 --- a/config/essentials/starship.toml +++ b/config/essentials/starship.toml @@ -26,6 +26,7 @@ style = 'yellow' format = '[$branch]($style)' style = 'bold purple' [git_status] +disabled = true format = '( [$all_status$ahead_behind]($style))' ahead = '↑' behind = '↓' |