From 60a5bf9ae2559c1cd86a61126434ed2ba003cc63 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 22 Dec 2023 16:47:23 +0700 Subject: [PATCH] chore(scripts): fzf install all --- scripts/manual_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/manual_update.sh b/scripts/manual_update.sh index 69ed0b5..2a6792e 100755 --- a/scripts/manual_update.sh +++ b/scripts/manual_update.sh @@ -5,4 +5,4 @@ git -C ~/.oh-my-zsh/custom/themes/powerlevel10k pull git -C ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions pull git -C ~/.fzf pull -~/.fzf/install +~/.fzf/install --all