Files
dotfiles/fish/functions/fcd.fish
2023-06-27 11:39:51 +02:00

4 lines
115 B
Fish

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