mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-08-20 04:10:21 +00:00
Add yank module and update script
This commit is contained in:
12
scripts/update_zprezto
Executable file
12
scripts/update_zprezto
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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 -
|
Reference in New Issue
Block a user