From 3acc93498e9aa0194f5d69c43f54718f776b3511 Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Tue, 3 Jan 2023 06:57:39 +0300 Subject: [PATCH] Change fzf repository --- home/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.zshrc b/home/.zshrc index e9bd217..72bffd6 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -10,7 +10,7 @@ fi zplug "zplug/zplug", hook-build:'zplug --self-manage' zplug "BurntSushi/ripgrep", from:gh-r, as:command, rename-to:rg -zplug "junegunn/fzf-bin", from:gh-r, as:command, rename-to:fzf +zplug "junegunn/fzf", from:gh-r, as:command, rename-to:fzf zplug "r-darwish/topgrade", from:gh-r, as:command, rename-to:topgrade zplug "sharkdp/bat", from:gh-r, as:command, rename-to:bat zplug "stedolan/jq", from:gh-r, as:command, rename-to:jq