zsh: Make git branch name visible in pure prompt
1 file changed, 1 insertion(+), 1 deletion(-)
M zsh/functions/pure/prompt_pure_setup → zsh/functions/pure/prompt_pure_setup
@@ -48,7 +48,7 @@ # git info vcs_info - print -P '\n%F{blue}%~%F{8}$vcs_info_msg_0_`prompt_pure_git_dirty` $prompt_pure_username%f %F{yellow}`prompt_pure_cmd_exec_time`%f' + print -P '\n%F{blue}%~%F{11}$vcs_info_msg_0_`prompt_pure_git_dirty` $prompt_pure_username%f %F{yellow}`prompt_pure_cmd_exec_time`%f' # reset value since `preexec` isn't always triggered unset cmd_timestamp