non important commit
This commit is contained in:
parent
06fa67954b
commit
a554627de2
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
def --env fzf-cd [] {
|
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 != "" {
|
if $dir != null and $dir != "" {
|
||||||
cd $dir
|
cd $dir
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue