mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 08:08: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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user