From 7b54257c548968ddd4da655b811c929a6801105d Mon Sep 17 00:00:00 2001 From: yage Date: Tue, 4 Feb 2025 15:10:52 -0700 Subject: [PATCH] remove fzf from requirements list on setup --- setup/requirements.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/requirements.zsh b/setup/requirements.zsh index 4cd6e05..1d9b7ad 100644 --- a/setup/requirements.zsh +++ b/setup/requirements.zsh @@ -17,7 +17,7 @@ git submodule update --init --remote --recursive >/dev/null 2>&1 || { ##################################################################### -_DEPENDENCIES+=(zsh fzf) +_DEPENDENCIES+=(zsh) _REQUIRED_ENV+=() source "$DOTWRYN_PATH/zsh/plugins/scwrypts/zsh/lib/utils/utils.module.zsh" || exit 3