fzf trick

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

View File

@ -19,7 +19,12 @@ git submodule update --init --remote --recursive >/dev/null 2>&1 || {
_DEPENDENCIES+=(zsh)
_REQUIRED_ENV+=()
source "$DOTWRYN_PATH/zsh/plugins/scwrypts/zsh/lib/utils/utils.module.zsh" || exit 3
command -v fzf &>/dev/null || fzf() { head -n1; }
source "$DOTWRYN_PATH ../zsh/plugins/scwrypts/zsh/lib/utils/utils.module.zsh" || exit 3
unset -f fzf &>/dev/null
SCWRYPTS() {
CI=1 \