diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-05 16:56:53 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-05 16:56:53 +0900 |
| commit | f8c22822f28e00437592aa4e7ea6c8f129478a63 (patch) | |
| tree | 832d4c5399cc5ef8fc2e4acc8d1b9de9350ad779 /ar/.local/bin/fzffiles | |
| parent | c01615d883a20614fd2be51a19307771cc32bfdd (diff) | |
modified bin/fzffiles, modified bin/fzffiles, modified bin/fzffiles
Diffstat (limited to 'ar/.local/bin/fzffiles')
| -rwxr-xr-x | ar/.local/bin/fzffiles | 2 |
1 files changed, 1 insertions, 1 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 |
