remove fzf from requirements list on setup

This commit is contained in:
Wryn (yage) Wagner 2025-02-04 15:10:52 -07:00
parent d6578c5d4a
commit 7b54257c54
Signed by: wrynegade
SSH Key Fingerprint: SHA256:zBGO05Uz1oT7pnehoPelgUmYX632oFjt3MBH0MlEvrs

View File

@ -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