non important commit

This commit is contained in:
maxstrb 2025-11-07 13:43:28 +01:00
parent 06fa67954b
commit a554627de2

View file

@ -64,7 +64,7 @@
}
def --env fzf-cd [] {
let dir = (fd -t d -L . | fzf --reverse --height 40%)
let dir = (fd -t d -L . | fzf --reverse --height 40% --border bottom --preview=("ls {} | get name | str join \"\n\""))
if $dir != null and $dir != "" {
cd $dir
}