summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fzfez4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fzfez b/bin/fzfez
index 0e8db62..e2e46f6 100755
--- a/bin/fzfez
+++ b/bin/fzfez
@@ -15,8 +15,8 @@ if bat --version >/dev/null; then
 	_cat='bat --color=always --style=numbers,changes'
 fi
 _ls='ls'
-if exa --version >/dev/null; then
-	_ls='exa --classify --group --header --group-directories-first --color=always'
+if eza --version >/dev/null; then
+	_ls='eza --classify --group --header --group-directories-first --color=always'
 fi
 
 case "$1" in