summaryrefslogtreecommitdiff
path: root/functions/fd
blob: 16f54d6e5b3ae3153865caa3114457e3fbd128ce (plain)
1
2
3
# fda - including hidden directories
local dir
dir=$(find ${1:-.} -type d 2> /dev/null | fzf +m) && cd "$dir"