From de0a49f11602bfed7f16ede16812fa669c1fa3d1 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 15 Mar 2024 01:49:47 +0700 Subject: [PATCH] chore(scripts): add fzf-tab to manual update script --- scripts/manual_update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/manual_update.sh b/scripts/manual_update.sh index 023c1d2..0f0fea0 100755 --- a/scripts/manual_update.sh +++ b/scripts/manual_update.sh @@ -3,6 +3,7 @@ git -C ~/.oh-my-zsh pull git -C ~/.oh-my-zsh/custom/themes/powerlevel10k pull git -C ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions pull +git -C ~/.oh-my-zsh/custom/plugins/fzf-tab pull git -C ~/.fzf pull ~/.fzf/install --key-bindings --completion --update-rc --no-bash --no-fish