diff options
Diffstat (limited to 'prompt.zsh')
-rwxr-xr-x | prompt.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,4 +16,5 @@ if is_repo; then color_local_commits printf '%s' "%{$fg_bold[black]%})%{$reset_color%}" color_changes_status + stash_status fi |