Changed exa from grid to tree view (preview-tui)

This commit is contained in:
Antonio Mancera Gamez 2024-01-23 09:59:40 +01:00
parent f2a8648861
commit 4d39e53649
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ preview_file() {
elif exists tree; then
fifo_pager tree --filelimit "$(find . -maxdepth 1 | wc -l)" -L 3 -C -F --dirsfirst --noreport
elif exists exa; then
exa -G --group-directories-first --colour=always
exa -T --group-directories-first --colour=always
elif exists eza; then # eza is a community fork of exa (exa is unmaintained)
eza -G --group-directories-first --colour=always
else