And try again.

This commit is contained in:
2015-09-02 10:06:47 +02:00
parent 06a8ef5c71
commit b8b4c5b715

View File

@@ -116,7 +116,7 @@ prompt_pure_preprompt_render() {
[[ -n ${prompt_pure_git_last_dirty_check_timestamp+x} ]] && git_color=red
# construct preprompt, beginning with path
local preprompt="%F[008]%~%f"
local preprompt="%F{008}%~%f"
# git info
preprompt+="%F{$git_color}${vcs_info_msg_0_}${prompt_pure_git_dirty}%f"
# git pull/push arrows