mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 18:38:00 +00:00
Add fzf-tab updating to update_zprezto
This commit is contained in:
parent
1431e4e8c2
commit
7e1c7e3c7a
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
OLDDIR=$PWD
|
||||||
cd ~/.zprezto
|
cd ~/.zprezto
|
||||||
|
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
@ -9,4 +10,7 @@ git checkout master
|
|||||||
git merge -m "Merge upstream/master" upstream/master
|
git merge -m "Merge upstream/master" upstream/master
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
cd -
|
cd ~/.zprezto/contrib/fzf-tab
|
||||||
|
git pull
|
||||||
|
|
||||||
|
cd $OLDDIR
|
||||||
|
Loading…
Reference in New Issue
Block a user