Add fzf-tab updating to update_zprezto

This commit is contained in:
Daniel Carrillo 2022-04-09 18:18:23 +02:00
parent 1431e4e8c2
commit 7e1c7e3c7a
1 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,7 @@
set -ex
OLDDIR=$PWD
cd ~/.zprezto
git fetch upstream
@ -9,4 +10,7 @@ git checkout master
git merge -m "Merge upstream/master" upstream/master
git submodule update --init --recursive
cd -
cd ~/.zprezto/contrib/fzf-tab
git pull
cd $OLDDIR