add interactive cd for zsh

This commit is contained in:
2025-05-22 15:40:57 +08:00
parent a7a83d64ea
commit c4597a450c

View File

@@ -132,5 +132,9 @@ function brewthu() {
fi fi
} }
function cdi() {
cd $(find . -type d | fzf)
}
# using starship as prompt # using starship as prompt
eval "$(starship init zsh)" eval "$(starship init zsh)"