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'