|
|
@ -5264,7 +5264,7 @@ function _p9k_taskwarrior_init_data() {
|
|
|
|
local -a ts
|
|
|
|
local -a ts
|
|
|
|
ts=($(command task +PENDING -OVERDUE list rc.verbose=nothing rc.color=0 rc._forcecolor=0 \
|
|
|
|
ts=($(command task +PENDING -OVERDUE list rc.verbose=nothing rc.color=0 rc._forcecolor=0 \
|
|
|
|
rc.report.list.labels= rc.report.list.columns=due.epoch </dev/null 2>/dev/null)) || ts=()
|
|
|
|
rc.report.list.labels= rc.report.list.columns=due.epoch </dev/null 2>/dev/null)) || ts=()
|
|
|
|
# The second condition is a workaround for a bug in timewarrior v3.0.1.
|
|
|
|
# The second condition is a workaround for a bug in taskwarrior v3.0.1.
|
|
|
|
# https://github.com/romkatv/powerlevel10k/issues/2648.
|
|
|
|
# https://github.com/romkatv/powerlevel10k/issues/2648.
|
|
|
|
if (( $#ts && ! ${#${(@)ts:#(|-)<->(|.<->)}} )); then
|
|
|
|
if (( $#ts && ! ${#${(@)ts:#(|-)<->(|.<->)}} )); then
|
|
|
|
_p9k_taskwarrior_next_due=${${(on)ts}[1]}
|
|
|
|
_p9k_taskwarrior_next_due=${${(on)ts}[1]}
|
|
|
@ -9483,7 +9483,7 @@ if [[ $__p9k_dump_file != $__p9k_instant_prompt_dump_file && -n $__p9k_instant_p
|
|
|
|
zf_rm -f -- $__p9k_instant_prompt_dump_file{,.zwc} 2>/dev/null
|
|
|
|
zf_rm -f -- $__p9k_instant_prompt_dump_file{,.zwc} 2>/dev/null
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
typeset -g P9K_VERSION=1.20.8
|
|
|
|
typeset -g P9K_VERSION=1.20.9
|
|
|
|
unset VSCODE_SHELL_INTEGRATION
|
|
|
|
unset VSCODE_SHELL_INTEGRATION
|
|
|
|
|
|
|
|
|
|
|
|
_p9k_init_ssh
|
|
|
|
_p9k_init_ssh
|
|
|
|