Remove task sync (not used anymore)

This commit is contained in:
Sebastian Bugge 2024-04-10 19:01:22 +02:00
parent 1a0d7c954d
commit b77cc3a13e
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

6
.zshrc
View file

@ -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'