1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2026-04-27 22:41:35 +00:00

Add yank module and update script

This commit is contained in:
2018-10-28 16:44:19 +01:00
parent f37cf0ffc9
commit 93313aac23
3 changed files with 46 additions and 0 deletions
+12
View 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 -