From: martin f. krafft Date: Thu, 1 Mar 2018 01:01:36 +0000 (+1300) Subject: enable colour on shell hook X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/8d00b4f7a3634056b878320a3c08cdfb267e9118 enable colour on shell hook --- 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