From 21cb44ba7e63b80c9adc19814b521586d94b3588 Mon Sep 17 00:00:00 2001 From: Kaholaz Date: Mon, 20 Feb 2023 00:25:39 +0100 Subject: [PATCH] Ingnore task warrior errors --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 37ccb2b..28b6da3 100644 --- a/.zshrc +++ b/.zshrc @@ -30,6 +30,9 @@ zplug chriskempson/base16-shell, from:github zplug load base16_gruvbox-dark-hard +# Sync to task server +task sync > /dev/null 2> /dev/null + # Preferred editor for local and remote sessions if [[ -n $SSH_CONNECTION ]]; then export EDITOR='nvim'