Files
dotfiles/config/fish/functions/fcd.fish
2024-08-09 12:27:45 +02:00

4 lines
115 B
Fish

function fcd --description "cd into directory"
cd (find * -type d | fzf --preview 'tree -C {} | head -50')
end