diff --git a/.zshrc b/.zshrc index 82ee8eb..6bbc3de 100644 --- a/.zshrc +++ b/.zshrc @@ -30,6 +30,8 @@ zplug chriskempson/base16-shell, from:github zplug load base16_gruvbox-dark-hard +task sync > /dev/null + # Preferred editor for local and remote sessions if [[ -n $SSH_CONNECTION ]]; then export EDITOR='nvim'