diff options
Diffstat (limited to '')
-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_behind$local_ahead $(bash_color_changes_status)" +prompt="$(branch_name) $(zsh_color_local_commits) $(bash_color_changes_status)" echo $prompt |