1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-23 12:16:14 +00:00
prezto/scripts/update_zprezto

13 lines
161 B
Plaintext
Raw Normal View History

2018-10-28 15:44:19 +00:00
#!/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 -