From 56cd0298c69cf70b9c925ffcabee92b76cdd4bfb Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:56:53 +0900 Subject: modified bin/fzffiles, modified bin/fzffiles, modified bin/fzffiles --- ar/.local/bin/fzffiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.local') 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 -- cgit v1.2.3