Skip to content

Commit 2f770b9

Browse files
committed
shell: Improve appearance of dev directories search
1 parent 70a0b5a commit 2f770b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zsh/.zutils

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function _fzf_dev {
6363
done
6464

6565
selected_dir=$(echo $all_dev_dirs | \
66-
fzf --preview 'tree {}' \
66+
fzf --preview 'exa --icons --group-directories-first -la --no-time --no-user --no-permissions --no-filesize -T -L1 {}' \
6767
--border=rounded \
6868
--margin=2,16 \
6969
--prompt="Projects > " \

0 commit comments

Comments
 (0)