diff options
Diffstat (limited to 'prompt.zsh')
-rwxr-xr-x | prompt.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ if is_repo; then if show_remote_status $args; then zsh_color_remote_commits fi - readable_branch_name + zsh_readable_branch_name zsh_color_local_commits printf '%s' "%{$fg_bold[black]%})%{$reset_color%}" zsh_color_changes_status |