This commit is contained in:
theanonymousexyz 2022-05-22 20:38:21 +02:00
parent b831bdfe69
commit 7f4b1dd6c2
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
1 changed files with 1 additions and 1 deletions

View File

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