1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-09 11:13:51 +00:00
prezto/scripts/update_zprezto

13 lines
159 B
Bash
Executable File

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