non important commit

This commit is contained in:
maxstrb 2025-11-08 09:09:26 +01:00
parent a554627de2
commit 674c68280b

View file

@ -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
} }