1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-12-22 17:28:01 +00:00
prezto/scripts/update_zprezto

13 lines
161 B
Bash
Executable File

#!/bin/zsh
set -ex
cd ~/.zprezto
git fetch upstream
git checkout master
git merge i -m "Merged" upstream/master
git submodule update --init --recursive
cd -