From ef7b6560cab801f8bd7c74fc5f659d0aa122d974 Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Fri, 10 Feb 2023 19:05:46 +0100 Subject: [PATCH] Remove task form .zshrc --- .zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zshrc b/.zshrc index 747b3c4..37ccb2b 100644 --- a/.zshrc +++ b/.zshrc @@ -30,8 +30,6 @@ 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'