zsh: fix autoupgrade script for antidote

master
bretello 2024-04-22 09:50:05 +02:00
parent c572b2cb10
commit 120cd3f4d9
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function _update_dotfiles_update() {
function update_dotfiles() {
(cd $DOTFILES; git pull -q --rebase && echo "Succesfully upgraded dotfiles" || echo "Could not upgrade dotfiles.")
(cd $DOTFILES/antidote && git pull -rebase || echo "Could not upgrade antidote")
(cd $DOTFILES/antidote && git pull --rebase || echo "Could not upgrade antidote")
vim -c 'PlugUpdate|PlugClean|qa!'
# update the zsh file
_update_dotfiles_update