1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-02-08 18:25:21 +00:00
prezto/scripts/update_zprezto

13 lines
174 B
Plaintext
Raw Normal View History

2018-10-28 16:44:19 +01:00
#!/bin/zsh
set -ex
cd ~/.zprezto
git fetch upstream
git checkout master
2018-11-09 17:21:05 +01:00
git merge -m "Merge upstream/master" upstream/master
2018-10-28 16:44:19 +01:00
git submodule update --init --recursive
cd -