From 9be6505652292432de6724e2c347efdfc52c17a9 Mon Sep 17 00:00:00 2001 From: Vladislav Doster Date: Fri, 13 May 2022 01:33:22 -0500 Subject: [PATCH] fix: remove git-fzf in favor of fzf helpful functions Signed-off-by: Vladislav Doster --- zsh/.config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index b4428020..e72fcfb6 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -13,7 +13,7 @@ function plugin-compile() { zrecompile -pq "$f" done } -local files=(aliases git-fzf zinit) +local files=(aliases fzf zinit) for f in $files[@]; do . "${ZDOTDIR:-$HOME/.config/zsh}/$f".zsh done