From 7f4b1dd6c21e0ed88162775fc4ca8ad6da7b7d57 Mon Sep 17 00:00:00 2001 From: theanonymousexyz Date: Sun, 22 May 2022 20:38:21 +0200 Subject: [PATCH] Fix Zsh --- scripts/.local/bin/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/.local/bin/update.sh b/scripts/.local/bin/update.sh index 4fea341..7f92006 100755 --- a/scripts/.local/bin/update.sh +++ b/scripts/.local/bin/update.sh @@ -23,4 +23,4 @@ command -v nvim >/dev/null 2>&1 && { echo; nvim --headless +PlugUpdate +PlugUpgr echo DOTDIR="$(dirname $(readlink -e $0))" -zsh -ic "git -C $DOTDIR pull && antidote update && fg" +zsh -ic "git -C $DOTDIR pull && antidote update && fg &>/dev/null"