Skip to content

Commit 1b263ac

Browse files
committed
Fall back to exa for compatibility
1 parent b79d4bc commit 1b263ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

functions/_fifc_preview_dir.fish

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
function _fifc_preview_dir -d "List content of the selected directory"
22
if type -q eza
33
eza --color=always $fifc_eza_opts $fifc_candidate
4+
else if type -q exa
5+
exa --color=always $fifc_eza_opts $fifc_candidate
46
else
57
ls --color=always $fifc_ls_opts $fifc_candidate
68
end

0 commit comments

Comments
 (0)