1 2 3 4 5
#!/bin/sh [ -z "$FUZZY" ] && echo "FUZZY not set" && exit 0 cd "$(fd --full-path "$HOME" -t d | $FUZZY)"