summaryrefslogtreecommitdiffstats
path: root/prompt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'prompt.sh')
-rwxr-xr-xprompt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/prompt.sh b/prompt.sh
index 99ac6b3..0828b5e 100755
--- a/prompt.sh
+++ b/prompt.sh
@@ -18,6 +18,6 @@ else
local_behind=""
fi
-prompt="$(branch_name)$local_ahead$local_behind"
+prompt="$(branch_name)$local_behind$local_ahead $(zsh_color_changes_status)"
echo $prompt