diff --git a/plugins/preview-tui b/plugins/preview-tui index 78e5a139..467d441d 100755 --- a/plugins/preview-tui +++ b/plugins/preview-tui @@ -368,9 +368,9 @@ 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 + fifo_pager exa -T --group-directories-first --colour=always -L 3 elif exists eza; then # eza is a community fork of exa (exa is unmaintained) - eza -G --group-directories-first --colour=always + fifo_pager eza -T --group-directories-first --colour=always -L 3 else fifo_pager ls -F --group-directories-first --color=always fi