From 9ee67e844bb9ca9f1ab4398b467be560123b4f0d Mon Sep 17 00:00:00 2001 From: yage Date: Tue, 4 Feb 2025 15:13:37 -0700 Subject: [PATCH] oh whoops --- setup/requirements.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/requirements.zsh b/setup/requirements.zsh index d10302e..2df29b1 100644 --- a/setup/requirements.zsh +++ b/setup/requirements.zsh @@ -22,7 +22,7 @@ _REQUIRED_ENV+=() command -v fzf &>/dev/null || fzf() { head -n1; } -source "$DOTWRYN_PATH ../zsh/plugins/scwrypts/zsh/lib/utils/utils.module.zsh" || exit 3 +source "$DOTWRYN_PATH/zsh/plugins/scwrypts/zsh/lib/utils/utils.module.zsh" || exit 3 unset -f fzf &>/dev/null