summaryrefslogtreecommitdiff
path: root/scripts/sh/gt
blob: 55069bfd693e9b915b1766359c8d5e343aba4abf (plain) (blame)
1
2
3
4
5
#!/bin/sh

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

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