mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 03:01:29 +01:00
zsh: fix autoupgrade script for antidote
This commit is contained in:
parent
c572b2cb10
commit
120cd3f4d9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user