1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 20:59:26 +00:00
Files
prezto/scripts/update_zprezto
2018-11-09 17:20:50 +01:00

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 -