From 8d00b4f7a3634056b878320a3c08cdfb267e9118 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 1 Mar 2018 14:01:36 +1300 Subject: [PATCH] enable colour on shell hook --- .zsh/zshrc/parts.d/50-taskwarrior | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/zshrc/parts.d/50-taskwarrior b/.zsh/zshrc/parts.d/50-taskwarrior index 80ee776..ba99128 100644 --- a/.zsh/zshrc/parts.d/50-taskwarrior +++ b/.zsh/zshrc/parts.d/50-taskwarrior @@ -24,7 +24,7 @@ if whence task >/dev/null; then # only print the tasks at most once every 30 seconds if [[ -t 0 ]] && [[ -z ${SENTINEL}(#qNms-30) ]]; then touch ${SENTINEL} - task rc.color:off 2>/dev/null || : + task 2>/dev/null || : fi unset SENTINEL fi -- 2.39.2