From fabb4056edfc88a6002db996a6901b7863c2e488 Mon Sep 17 00:00:00 2001 From: Noah Masur Date: Mon, 23 Nov 2020 18:25:25 -0500 Subject: [PATCH] git prompts for modifications --- starship/starship.toml.configlink | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/starship/starship.toml.configlink b/starship/starship.toml.configlink index b99dd74..c376cfc 100644 --- a/starship/starship.toml.configlink +++ b/starship/starship.toml.configlink @@ -3,7 +3,8 @@ add_newline = false format = """\ $directory\ $git_branch\ - $git_commit \ + $git_commit\ + $git_status\ $character\ """ @@ -15,14 +16,15 @@ truncate_to_repo = true truncation_length = 100 [git_branch] -format = "[$symbol$branch]($style)" +format = "[$symbol$branch]($style) " [git_commit] -commit_has_length = 7 -format = "[\\($hash\\)]($style)" +format = "[$hash]($style) " +disabled = false [git_status] -format = '([\[$all_status$ahead_behind\]]($style) )' +format = "[$all_status$ahead_behind]($style) " +style = "red" # prefix = "" # suffix = ""