diff options
Diffstat (limited to '.zsh_functions')
-rw-r--r-- | .zsh_functions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.zsh_functions b/.zsh_functions index 137c381..feb0616 100644 --- a/.zsh_functions +++ b/.zsh_functions @@ -40,9 +40,9 @@ precmd () { vcs_info - local INBOXINFO="$(task rc.gc=off rc.verbose=nothing +in +PENDING count) " +# local INBOXINFO="$(task rc.gc=off rc.verbose=nothing +in +PENDING count) " - PS1="${HENKSPROMPTHEADER}${INBOXINFO}%(0?..%F{red}E%?%f )%(1j.%F{yellow}J%j%f .)%(3L.%F{yellow}L%L%f .)%3~ %F{green}$VCSH_REPO_NAME%f%F{yellow}${vcs_info_msg_0_}%f%# " + PS1="${HENKSPROMPTHEADER}%(0?..%F{red}E%?%f )%(1j.%F{yellow}J%j%f .)%(3L.%F{yellow}L%L%f .)%3~ %F{green}$VCSH_REPO_NAME%f%F{yellow}${vcs_info_msg_0_}%f%# " } function vifind () { |