Files
dotfiles/nix/home/fish/functions/fcd.fish
2024-07-30 20:49:42 +02:00

4 lines
115 B
Fish

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