From: Hendrik Jäger Date: Tue, 15 Aug 2017 05:59:59 +0000 (+0200) Subject: Removed taskwarrior info from prompt, makes problems in certain setups X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=cc3db258f88cecbae213c1cb2ae8fd589021505a;hp=802b62bf6b92bd9763cefa5b92fb37b3bcc6accf;p=user%2Fhenk%2Fvcsh%2Fzsh.git Removed taskwarrior info from prompt, makes problems in certain setups --- diff --git a/.zsh_functions b/.zsh_functions index 18aa5e3..99a1d3a 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 () { diff --git a/.zshrc b/.zshrc index cc2ae8e..97c32fd 100644 --- a/.zshrc +++ b/.zshrc @@ -66,6 +66,6 @@ setopt LONG_LIST_JOBS bindkey -e -task awaiting +#task awaiting cat ~/.motd