fix update script for antibody

feature/symbol-search
bretello 2020-03-11 19:02:13 +01:00
parent 7e2628cb71
commit d9124c2d63
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ function _upgrade_dotfiles() {
echo "Could not upgrade amix's vimrc and plugins (missing .vim_runtime folder)" >&2
fi
antigen update
antibody update
# update the zsh file
_update_dotfiles_update
}