summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xar/.local/bin/fzffiles2
-rwxr-xr-xdebian/.local/bin/fzffiles2
-rwxr-xr-xmac/.local/bin/fzffiles2
3 files changed, 3 insertions, 3 deletions
diff --git a/ar/.local/bin/fzffiles b/ar/.local/bin/fzffiles
index 97047e9..9f5cd90 100755
--- a/ar/.local/bin/fzffiles
+++ b/ar/.local/bin/fzffiles
@@ -35,7 +35,7 @@ files=$(fzf-tmux \
fi
fi
if [ -d \"\$target\" ]; then
- exa --color=always --long --all --header --icons --git \"\$target\"
+ eza --color=always --long --all --header --icons --git \"\$target\"
elif [ -f \"\$target\" ]; then
bat --color=always --style=header,grid --line-range=:500 \"\$target\"
else
diff --git a/debian/.local/bin/fzffiles b/debian/.local/bin/fzffiles
index 97047e9..9f5cd90 100755
--- a/debian/.local/bin/fzffiles
+++ b/debian/.local/bin/fzffiles
@@ -35,7 +35,7 @@ files=$(fzf-tmux \
fi
fi
if [ -d \"\$target\" ]; then
- exa --color=always --long --all --header --icons --git \"\$target\"
+ eza --color=always --long --all --header --icons --git \"\$target\"
elif [ -f \"\$target\" ]; then
bat --color=always --style=header,grid --line-range=:500 \"\$target\"
else
diff --git a/mac/.local/bin/fzffiles b/mac/.local/bin/fzffiles
index 454bf79..6c0bcfd 100755
--- a/mac/.local/bin/fzffiles
+++ b/mac/.local/bin/fzffiles
@@ -35,7 +35,7 @@ files=$(fzf-tmux \
fi
fi
if [ -d \"\$target\" ]; then
- exa --color=always --long --all --header --icons --git \"\$target\"
+ eza --color=always --long --all --header --icons --git \"\$target\"
elif [ -f \"\$target\" ]; then
bat --color=always --style=header,grid --line-range=:500 \"\$target\"
else