#!/bin/sh

[ -z "$FUZZY" ] && echo "FUZZY not set" && exit 0

cd "$(fd --full-path "$HOME" -t d | $FUZZY)"