1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-03 12:20:27 +00:00
prezto/scripts/update_zprezto
2018-11-09 17:46:04 +01:00

13 lines
174 B
Bash
Executable File

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