1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 11:01:31 +01:00

zsh: fix autoupgrade script for antidote

This commit is contained in:
bretello 2024-04-22 09:50:05 +02:00
parent c572b2cb10
commit 120cd3f4d9
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

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