non important commit
This commit is contained in:
parent
a554627de2
commit
674c68280b
1 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
bat
|
bat
|
||||||
fzf
|
fzf
|
||||||
fd
|
fd
|
||||||
|
eza
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|
@ -64,7 +65,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
def --env fzf-cd [] {
|
def --env fzf-cd [] {
|
||||||
let dir = (fd -t d -L . | fzf --reverse --height 40% --border bottom --preview=("ls {} | get name | str join \"\n\""))
|
let dir = (fd -t d -L . | fzf --reverse --height 40% --border rounded --preview=("eza --color=always --group-directories-first --icons --long .") --preview-window=border-left)
|
||||||
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