summaryrefslogtreecommitdiffstats
path: root/prompt.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'prompt.zsh')
-rwxr-xr-xprompt.zsh2
1 files changed, 0 insertions, 2 deletions
diff --git a/prompt.zsh b/prompt.zsh
index a7df79a..cb1eb91 100755
--- a/prompt.zsh
+++ b/prompt.zsh
@@ -7,9 +7,7 @@ if is_repo; then
autoload colors && colors
printf '%s' "%{$fg_bold[black]%} git:(%{$reset_color%}"
zsh_color_remote_commits
- printf '%s' "%{$fg[white]%}"
readable_branch_name
- printf '%s' "%{$reset_color%}"
zsh_color_local_commits
printf '%s' "%{$fg_bold[black]%})%{$reset_color%}"
zsh_color_changes_status