From b77cc3a13e6817677b0c871fabce8d8f59f95594 Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Wed, 10 Apr 2024 19:01:22 +0200 Subject: [PATCH] Remove task sync (not used anymore) --- .zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.zshrc b/.zshrc index 6410521..823ee5c 100644 --- a/.zshrc +++ b/.zshrc @@ -5,7 +5,6 @@ ZSH_THEME="afowler" source $ZSH/oh-my-zsh.sh - # :: Zplug - ZSH plugin manager export ZPLUG_HOME=$HOME/.zplug @@ -40,11 +39,6 @@ else HAS_NETWORK=0 fi -# Sync to task server -if [[ "$HAS_NETWORK" == 1 ]]; then - task sync > /dev/null 2> /dev/null -fi - # Preferred editor for local and remote sessions if [[ -n $SSH_CONNECTION ]]; then export EDITOR='nvim'