diff options
Diffstat (limited to 'prompt.sh')
-rwxr-xr-x | prompt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |