We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79d4bc commit c269c50Copy full SHA for c269c50
functions/_fifc_preview_dir.fish
@@ -1,6 +1,8 @@
1
function _fifc_preview_dir -d "List content of the selected directory"
2
if type -q eza
3
eza --color=always $fifc_eza_opts $fifc_candidate
4
+ else if type -q exa
5
+ exa --color=always $fifc_exa_opts $fifc_candidate
6
else
7
ls --color=always $fifc_ls_opts $fifc_candidate
8
end
0 commit comments